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
commitb0deac4c1f7b5f3da9bf8cb2c5676549074251e5 (patch)
tree4c1a890716aad3b5896e257ab778e63eb30e6497 /archaeological_finds/templates
parent7d4e32a6ff0e8a663bababda1b17108426805994 (diff)
downloadIshtar-b0deac4c1f7b5f3da9bf8cb2c5676549074251e5.tar.bz2
Ishtar-b0deac4c1f7b5f3da9bf8cb2c5676549074251e5.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>