From 97d77ffd07cf0c81deaffd70ad1448d56d325a35 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 9 Apr 2018 23:48:31 +0200 Subject: fix(templates): Fix author name & avatar display --- templates/thread.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/thread.html b/templates/thread.html index 3c93a524834f..ee5a3a4271fb 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -47,7 +47,7 @@
{{ thread.body }}
- {{ thread.posted }} + {{ thread.posted }} @@ -55,13 +55,21 @@
- - {{ post.author_name }} +
+
+ +
+
+
+
+ {{ post.author_name }} +
+
{{ post.body }}
- {{ post.posted }} + {{ post.posted }}
{%- endfor %} -- cgit 1.4.1