From 77500b5ae4a0ce3e2fbb928b5cf9847ab9a69c5e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 3 Feb 2015 00:49:58 +0100 Subject: Implement Select2 selection as a multi select widget --- ishtar_common/templates/window.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/window.html') diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html index c473eff89..c3d8ccf6a 100644 --- a/ishtar_common/templates/window.html +++ b/ishtar_common/templates/window.html @@ -14,6 +14,7 @@ + {{form.media}} {% block extra_head %} @@ -31,8 +32,8 @@ save_and_close_window("{{parent_name}}", "{{parent_pk}}", "{{new_item_label}}", {% for field in form %} - - + + {% endfor %}
{{ field.errors }}{{field|safe}}{{ field.label_tag }}{{ field.errors }}{{field|safe}}
-- cgit v1.2.3