diff --git a/templates/reply.html b/templates/reply.html index 9e72b1c..578b4ac 100644 --- a/templates/reply.html +++ b/templates/reply.html @@ -6,7 +6,7 @@
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }}
- {{ post.content } + {{ post.content }}
{% endfor %}