From b7dc2e1dce08f7037175aeb8517ba785d4bee6b7 Mon Sep 17 00:00:00 2001 From: Socks Date: Tue, 20 Feb 2018 16:28:06 +0000 Subject: [PATCH] Added reply button on global page --- templates/global.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/global.html b/templates/global.html index c688d2d..97a8457 100644 --- a/templates/global.html +++ b/templates/global.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 logged_in == post.poster %} {% endif %}
+
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if logged_in == post.poster %} {% endif %}
{{ post.content }}