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/404.html | 2 +- ishtar_common/templates/base.html | 28 +++++++++++----------- .../ishtar/dashboards/dashboard_main.html | 19 +++++++-------- ishtar_common/templates/ishtar/sheet.html | 2 +- .../templates/ishtar/sheet_organization_pdf.html | 2 +- .../templates/ishtar/sheet_person_pdf.html | 2 +- ishtar_common/templates/window.html | 12 +++++----- 7 files changed, 33 insertions(+), 34 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/404.html b/ishtar_common/templates/404.html index aec82ca88..82cdd0fb4 100644 --- a/ishtar_common/templates/404.html +++ b/ishtar_common/templates/404.html @@ -7,7 +7,7 @@ {% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} - +
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 %} diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main.html index 868f8a5c3..93e11d604 100644 --- a/ishtar_common/templates/ishtar/dashboards/dashboard_main.html +++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main.html @@ -3,16 +3,15 @@ {% load url from future %} {% block extra_head %} {{form.media}} - - - - - - - - - - + + + + + + + + + {% endblock %} {% block content %} - - - - + + + + {{form.media}} - - + + {% block extra_head %} {% endblock %} -- cgit v1.2.3