From 637b8f4482dfc848022f414ce4c84592ce05df20 Mon Sep 17 00:00:00 2001 From: Socks Date: Wed, 28 Mar 2018 03:41:17 +0100 Subject: [PATCH] Fixed mentions page --- templates/mentions.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/mentions.html b/templates/mentions.html index f11d1f5..af506f6 100644 --- a/templates/mentions.html +++ b/templates/mentions.html @@ -6,7 +6,7 @@
{% for post in posts if not post.hidden %}
-
+
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if post.edited %}(Edited){% endif %} {% if logged_in|lower in post.likes %} @@ -23,7 +23,6 @@ {% endif %}
-
{{ post.content }}