From 7db3c03eed446df0f2dfb84dec9467cf43589e63 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 4 Feb 2019 12:46:49 +0100 Subject: Map: manage default extent and zoom to current extent --- ishtar_common/templates/base.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 86b4c8b58..0a4f58e24 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -79,9 +79,13 @@ {% endcompress %} {% block extra_head %} {% endblock %} - {% if DEBUG %}{% endif %} + {% endif %} + {% include "navbar.html" %} -- cgit v1.2.3