Skip to content
Snippets Groups Projects
Commit 5dcfb479 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

Update models.py

parent 97e834bc
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ class Notification(Model):
auto_author = 'user'
ordering = ['-date']
anonymous_perms = ['add']
authenticated_perms = []
owner_perms = ['view', 'change']
def __str__(self):
......
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