From b92db319b1ca808f0515569d8cedfa65cdbaed63 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 24 Nov 2021 10:53:40 -0600 Subject: [PATCH] fix --- files/templates/notifications.html | 130 +++++++++++++++-------------- 1 file changed, 67 insertions(+), 63 deletions(-) diff --git a/files/templates/notifications.html b/files/templates/notifications.html index e8581a7ef3..7cb08da0ce 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -4,77 +4,80 @@ {% block pagetype %}{% endblock %} -{% block PseudoSubmitForm %}{% endblock %} - -{% block navbar %} -
+{% block subHeader %} +
+
+
+
+

+ Inbox +

+ +
+
+ +
+
+
{% endblock %} {% block content %} -
- -
+
- -Clear all notifications - -
- - {% with comments=notifications %} + {% with comments=notifications %} {% include "comments.html" %} {% endwith %} {% if not notifications %} -
- - - - - - -
No unread messages
-
When someone comments or replies, it will show up here.
- View entire inbox +
+ +

No unread messages

+

+ When someone comments or replies, it will show up here. +

+ + View entire inbox +
- {% endif %}
-{% endblock %} - -{% block pagenav %} {% if notifications %} - +
{% endif %} + {% endblock %} {% block GIFpicker %}