diff --git a/files/templates/notifications.html b/files/templates/notifications.html index dfc63ec81..64526184a 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -55,13 +55,15 @@ -Clear all notifications +Clear all notifications
{% if request.path == '/notifications/posts' %} {% with listing=notifications %} - {% include "submission_listing.html" %} +
+ {% include "submission_listing.html" %} +
{% endwith %} {% else %} {% with comments=notifications %}