From d0c8b3660b0e344e74f8bb9e798caad171145b95 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 22 Sep 2016 09:59:58 +0200 Subject: Fix autocomplete in new item window (refs #3273) --- ishtar_common/templates/base.html | 10 +++++----- ishtar_common/templates/window.html | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 703644a35..695edd758 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -15,17 +15,17 @@ - + - + - - + + - + {% for url_css in JQGRID_CSS %}{% endfor %} {% include "blocks/extra_head.html" %} {% block extra_head %} diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html index 0748cd4cd..1ff790780 100644 --- a/ishtar_common/templates/window.html +++ b/ishtar_common/templates/window.html @@ -13,10 +13,12 @@ - + + {{form.media}} - + + {% block extra_head %} {% endblock %} -- cgit v1.2.3