From e7a54a5affd40f92f788f46ab64033d14860959a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 12 Apr 2018 01:07:25 +0200 Subject: feat(handler): Perform basic input validation on new thread view --- templates/new-thread.html | 7 +++++-- templates/thread.html | 6 ++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/new-thread.html b/templates/new-thread.html index 90c724b016be..fec26fb5aa0b 100644 --- a/templates/new-thread.html +++ b/templates/new-thread.html @@ -20,6 +20,9 @@
+ {% for alert in alerts %} +
{{ alert }}
+ {% endfor %}

Make your own thread on these here forums!

Remember that you can use Markdown when writing your posts.

@@ -29,7 +32,7 @@
Title:
- +
@@ -37,7 +40,7 @@
Body:
- +
diff --git a/templates/thread.html b/templates/thread.html index 1b484637331c..4909365a8005 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -13,9 +13,7 @@

Converse

-
- Back to index -
+ Back to index @@ -59,7 +57,7 @@
-
+
-- cgit 1.4.1