From 6aa950222fa284ae0602fc72cb2b8d6efb45a2e9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 Oct 2018 20:52:21 +0200 Subject: Do not display DataTable error on prod --- ishtar_common/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/templates/base.html') diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index b6d67ac59..b9270d910 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -61,6 +61,9 @@ {% endcompress %} {% block extra_head %} {% endblock %} + {% if DEBUG %}{% endif %} {% include "navbar.html" %} -- cgit v1.2.3