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

Merge branch 'update/adding-polls-author' into 'master'

update: fix

See merge request !23
parents 79096895 b64dc815
No related branches found
No related tags found
1 merge request!23update: fix
Pipeline #9466 passed
...@@ -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']
owner_perms = ['inherit', 'change', 'control', 'delete']
authenticated_perms = ['inherit','add'] authenticated_perms = ['inherit','add']
owner_perms = ['inherit', 'change', 'control', 'delete']
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