From ef5f7af89c8dfadca3d2515e4fa1ce71a4b778b9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 20:20:17 +0200 Subject: [PATCH] feat(templates): Add shitty little response form in thread view --- templates/index.html | 2 +- templates/thread.html | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2b835e8eb..d1b744e94 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@ {%- endfor %}
-
+
diff --git a/templates/thread.html b/templates/thread.html index e841668bf..e26d4bcc6 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 %} + +
    + + +
    + + +
    +
    + +
    +