Skip to content
Snippets Groups Projects
Commit 7559b046 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

update: fix

parent 6ef489db
No related branches found
No related tags found
1 merge request!22update: fix
Pipeline #9463 failed
...@@ -62,8 +62,8 @@ class Poll (Model): ...@@ -62,8 +62,8 @@ class Poll (Model):
'hostingOrganisation','startDate','endDate','shortDescription','longDescription','tags'] 'hostingOrganisation','startDate','endDate','shortDescription','longDescription','tags']
nested_fields = ['tags','votes','pollOptions','debate','circle'] nested_fields = ['tags','votes','pollOptions','debate','circle']
anonymous_perms = ['view','add','change'] anonymous_perms = ['view','add','change']
authenticated_perms = ['inherit','add']
owner_perms = ['inherit', 'change', 'control', 'delete'] owner_perms = ['inherit', 'change', 'control', 'delete']
authenticated_perms = ['inherit','add']
def __str__(self): def __str__(self):
return self.title return self.title
......
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