Skip to content
Snippets Groups Projects
Commit c20077cd authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

Merge branch 'master' into 'jbpasquier/template-mail'

# Conflicts:
#   djangoldp_notification/models.py
parents 90e3e71d 615f36b5
No related branches found
No related tags found
1 merge request!11ui: Add email template & change model for author_user
Pipeline #1519 passed
...@@ -29,7 +29,7 @@ class Notification(Model): ...@@ -29,7 +29,7 @@ class Notification(Model):
unread = models.BooleanField(default=True) unread = models.BooleanField(default=True)
class Meta(Model.Meta): class Meta(Model.Meta):
permission_classes = [InboxPermissions] #permission_classes = [InboxPermissions]
ordering = ['date'] ordering = ['date']
def __str__(self): 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