From 5a46204fea3bffce673eb0b97c2cca50b8a664fd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 17 Aug 2018 00:11:51 +0200 Subject: Fix col tables ending with "___iexact" --- archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'archaeological_warehouse/templates') diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html index b99491875..84eb02ae9 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html +++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html @@ -14,8 +14,12 @@ {% include "ishtar/blocks/window_image.html" %}

-

{{ item.name|default:"" }}

-

{{ item.warehouse_type|default:"" }}

+

+ {{ item.name|default:"" }} +

+

+ {{ item.warehouse_type|default:"" }} +

{% include "ishtar/blocks/sheet_external_id.html" %}

-- cgit v1.2.3