From 3524d1bd8e88a9e981c1ff042a7a49e60ec21636 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Oct 2012 12:42:06 +0200 Subject: Improve the 'add tag' form --- hyperkitty/templates/threads/right_col.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 836da75..4534dae 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -30,6 +30,7 @@
tags ({{tags|length}}) + {% if tags|length %} + {% endif %}
{% csrf_token %} {{ addtag_form.as_p }} -
-- cgit