diff options
author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 13:34:37 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2018-02-23 13:34:37 +0100 |
commit | de922ec1e6b55215fc73c8fe547b0adb1244d6b6 (patch) | |
tree | 02c967dd44334bbd66f9b70ce390cab734a3e3ef /archaeological_finds/templates | |
parent | 9b98e6d7c65ba94bcc70872e4f969472cae31fd6 (diff) | |
download | Ishtar-de922ec1e6b55215fc73c8fe547b0adb1244d6b6.tar.bz2 Ishtar-de922ec1e6b55215fc73c8fe547b0adb1244d6b6.zip |
Update labels + add col for find search
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
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" %} <div class="card-body"> <p class="card-text"> - <p class="window-refs" title="{% trans 'Free ID' %}">{{ item.label|default:"" }}</p> + <p class="window-refs" title="{% trans 'Label' %}">{{ item.label|default:"" }}</p> <p class='window-refs' title="{% trans 'Base find - Complete ID' %}">{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.complete_id}}{% endfor %}</p> <p class='window-refs' title="{% trans 'Base find - Short ID' %}">{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.short_id}}{% endfor %}</p> <p class="window-refs" title="{% trans 'Find - Administrative ID' %}">{{ item.administrative_index|default:"" }}</p> |