From 5b3a7d60de1ee2737e91307b6f1af3196f81daef Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Jul 2016 11:28:07 +0200 Subject: Add versioning to CSS and JS files --- ishtar_common/templates/base.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 8fd563baa..02ddb85df 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -11,20 +11,20 @@ - - - - - - - - - - - - - - {% for url_css in JQGRID_CSS %}{% endfor %} + + + + + + + + + + + + + + {% for url_css in JQGRID_CSS %}{% endfor %} {% include "blocks/extra_head.html" %} {% block extra_head %} {% endblock %} -- cgit v1.2.3