summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-23 13:53:13 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-23 13:53:13 +0100
commit81ff3ca4d60b670eb734c4024077c24d779596f5 (patch)
tree4c1a890716aad3b5896e257ab778e63eb30e6497 /archaeological_finds/templates
parentde922ec1e6b55215fc73c8fe547b0adb1244d6b6 (diff)
downloadIshtar-81ff3ca4d60b670eb734c4024077c24d779596f5.tar.bz2
Ishtar-81ff3ca4d60b670eb734c4024077c24d779596f5.zip
Revert "Update labels + add col for find search"
This reverts commit 7d4e32a6ff0e8a663bababda1b17108426805994.
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html2
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 bc628883e..96a1cee61 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 'Label' %}">{{ item.label|default:"" }}</p>
+ <p class="window-refs" title="{% trans 'Free ID' %}">{{ 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 %} &ndash; {% 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 %} &ndash; {% endif %}{{base_find.short_id}}{% endfor %}</p>
<p class="window-refs" title="{% trans 'Find - Administrative ID' %}">{{ item.administrative_index|default:"" }}</p>