From de922ec1e6b55215fc73c8fe547b0adb1244d6b6 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Fri, 23 Feb 2018 13:34:37 +0100 Subject: Update labels + add col for find search --- archaeological_finds/templates/ishtar/sheet_find.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 96a1cee61..bc628883e 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -15,7 +15,7 @@ {% include "ishtar/blocks/window_image.html" %}

-

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

+

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

{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.complete_id}}{% endfor %}

{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.short_id}}{% endfor %}

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

-- cgit v1.2.3