Skip to content
Snippets Groups Projects
Commit 7ebb220e authored by Maxime's avatar Maxime
Browse files

admin name for votes

parent e24b92d4
No related branches found
No related tags found
1 merge request!12Default img
......@@ -77,4 +77,7 @@ class Vote (Model):
nested_fields = []
anonymous_perms = ['view','add','change']
authenticated_perms = ['inherit','add']
def __str__(self):
return self.chosenOption
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment