From ef5f7af89c8dfadca3d2515e4fa1ce71a4b778b9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 20:20:17 +0200 Subject: feat(templates): Add shitty little response form in thread view --- templates/thread.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'templates/thread.html') diff --git a/templates/thread.html b/templates/thread.html index e841668bfe41..e26d4bcc613e 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -8,7 +8,19 @@

{{ thread.body }}
Posted at {{ thread.posted }}

{% for post in posts -%} -
  • {{ post.body }}
    Posted at {{ post.posted }}

    +
  • {{ post.body }}
    Posted at {{ post.posted }}
  • {%- endfor %} + +
    +
    + +
    + + +
    +
    + +
    +
    -- cgit 1.4.1