diff --git a/files/templates/comments.html b/files/templates/comments.html index 76a848fa5..fc0bdee93 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -114,7 +114,7 @@ {% endif %} {% if standalone and level==1 %} -
+
{% if c.post and c.post.over_18 %}+18{% endif %} {% if c.post %} diff --git a/files/templates/notifications.html b/files/templates/notifications.html index 64526184a..cd7875f58 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -61,7 +61,7 @@ {% if request.path == '/notifications/posts' %} {% with listing=notifications %} -
+
{% include "submission_listing.html" %}
{% endwith %}