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 }}