From 55b28f81369b6ea35ea08b67958674198fe94a4d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 20:01:41 +0200 Subject: feat(templates): Add a shitty thread submission form --- templates/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 9faee49ca1f0..2b835e8eb71a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,5 +10,19 @@
  • {{ thread.title }} (posted at {{ thread.posted }})
  • {%- endfor %} +
    +
    +
    + + +
    +
    + + +
    +
    + +
    +
    -- cgit 1.4.1