diff --git a/frontend/templates/notification/notices.html b/frontend/templates/notification/notices.html index 6d662891..c186c4c4 100644 --- a/frontend/templates/notification/notices.html +++ b/frontend/templates/notification/notices.html @@ -1,12 +1,12 @@ {% extends 'notification/base.html' %} - +{% load sass_tags %} {% load i18n %} {% block title %}{% trans "Notices" %}{% endblock %} {% block extra_css %} - + {% endblock %} {% block doccontent %} @@ -30,10 +30,6 @@ {% if unseen_count > 0 %} {% for notice in notices %} {% if notice.unseen %} - {% comment %} - Note: do not call is_unseen because it will mark the notification as seen, - and we're leaving that up to the user. - {% endcomment %}