From 30b806371c23ccd90d9c079fa253a8ca22f49562 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Feb 2017 12:24:56 +0100 Subject: Add a footer (refs #3432) --- ishtar_common/templates/base.html | 7 ++++--- ishtar_common/templates/ishtar/blocks/footer.html | 3 +++ ishtar_common/templates/ishtar/wizard/default_wizard.html | 5 +++++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 ishtar_common/templates/ishtar/blocks/footer.html (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 870409e41..614a83595 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -1,4 +1,4 @@ -{% load i18n %}{% load url from future%} @@ -109,10 +109,11 @@ {% block content %}{% endblock %} + {% block footer %} + {% endblock %}

{% trans "Processing..." %}

diff --git a/ishtar_common/templates/ishtar/blocks/footer.html b/ishtar_common/templates/ishtar/blocks/footer.html new file mode 100644 index 000000000..0d66816e2 --- /dev/null +++ b/ishtar_common/templates/ishtar/blocks/footer.html @@ -0,0 +1,3 @@ +{% load i18n %} \ No newline at end of file diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index fad1895bd..e77484e61 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -44,9 +44,14 @@ {% endblock %} {{ previous_fields|safe }} +{% block "footer" %} +
{% endblock %} -- cgit v1.2.3