From 6ada7fb3f6842998e274d06900d353142992c622 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 19 Jun 2013 18:28:04 +0200 Subject: Add an autocomplete widget on the add_tag box --- hyperkitty/templates/threads/right_col.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index c4fe161..5384d03 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -43,7 +43,9 @@
+ action="{% url 'tags' mlist_fqdn=mlist.name threadid=threadid %}" + data-autocompleteurl="{% url 'suggest_tags' mlist_fqdn=mlist.name threadid=threadid %}" + > {% csrf_token %} {{ addtag_form.as_p }}
-- cgit