From b26899f297daae8fd38a34d9f27795a36850bdd5 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 --- archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'archaeological_warehouse') diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html index ae032a8a4..eed484d5a 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html +++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html @@ -62,6 +62,7 @@ {% if item.number_of_finds_by_place %}

{% trans "Finds by location in the warehouse" %}

{% for items in item.number_of_finds_by_place %} +{% if items %} @@ -79,6 +80,7 @@ {% endfor %}
+{% endif %} {% endfor %} {% endif %} @@ -91,6 +93,7 @@ {% if item.number_of_containers_by_place %}

{% trans "Containers by location in the warehouse" %}

{% for items in item.number_of_containers_by_place %} +{% if items %} @@ -108,6 +111,7 @@ {% endfor %}
+{% endif %} {% endfor %} {% endif %} -- cgit v1.2.3