diff --git a/app/models.py b/app/models.py index 4c61be1..3a9ddf4 100644 --- a/app/models.py +++ b/app/models.py @@ -84,7 +84,7 @@ class Permission(enum.Enum): APPROVE_RELEASE = "APPROVE_RELEASE" APPROVE_NEW = "APPROVE_NEW" CHANGE_RELEASE_URL = "CHANGE_RELEASE_URL" - CHANGE_USERNAMES = "CHANGE_USERNAMES" + CHANGE_USERNAMES = "CHANGE_USERNAMES" CHANGE_RANK = "CHANGE_RANK" CHANGE_EMAIL = "CHANGE_EMAIL" EDIT_EDITREQUEST = "EDIT_EDITREQUEST" diff --git a/app/templates/notifications/list.html b/app/templates/notifications/list.html index 7f09e5d..8aab3ee 100644 --- a/app/templates/notifications/list.html +++ b/app/templates/notifications/list.html @@ -6,18 +6,33 @@ Notifications {% block content %} {% if current_user.notifications %} -
+ - +
{% endif %} - +

No notifications

{% endfor %} {% endblock %}