From d4c920cf45f16d53e26388e3b9a8dee515de3862 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 10 Jun 2012 16:43:43 +0200 Subject: Layout the css link and work on the add tag bits --- templates/thread.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/thread.html') diff --git a/templates/thread.html b/templates/thread.html index 3a75949..41c3aa7 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -4,7 +4,8 @@ {% block title %}{{ app_name }}{% endblock %} {% block additional_headers %} - + @@ -49,9 +50,10 @@
-
- - + + {% csrf_token %} + {{ addtag_form.as_p }} +
-- cgit