Skip to content
Snippets Groups Projects

update: fix

Merged Benoit Alessandroni requested to merge update/adding-polls-author into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading