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

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

update: fix

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