diff --git a/app/templates/notifications/index.html b/app/templates/notifications/index.html index c522aba..a877c09 100644 --- a/app/templates/notifications/index.html +++ b/app/templates/notifications/index.html @@ -71,15 +71,13 @@ {% endif %} {% if not n.is_read %} -
- - -
+ {% endif %} @@ -124,4 +122,43 @@

No notifications found.

{% endif %} +{% endblock %} + +{% block extra_js %} + {% endblock %} \ No newline at end of file