From b8eca6877d52b2e3e1efb8c1981a8db0e3e9488e Mon Sep 17 00:00:00 2001 From: Socks Date: Thu, 22 Feb 2018 19:14:47 +0000 Subject: [PATCH] Added reply button to posts on reply pages --- templates/reply.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/reply.html b/templates/reply.html index 578b4ac..fb0ce1a 100644 --- a/templates/reply.html +++ b/templates/reply.html @@ -4,8 +4,8 @@
{% for post in posts %}
-
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }}
-
+
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if logged_in == post.poster %} {% endif %}
+
{{ post.content }}