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 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/base.html') 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..." %}

-- cgit v1.2.3