summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-30 17:26:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-06-30 17:26:44 +0200
commit726713f95f91fa83a8e1473625162ae831309952 (patch)
tree2b8ab152e92a95948e9a038ebcef815bfd56aa38 /archaeological_finds/templates
parentfd21739351daf697188329948492c65b1a9bd7e6 (diff)
parent483fcd46fb60a597959bfde9d00bde4cc1822cd2 (diff)
downloadIshtar-726713f95f91fa83a8e1473625162ae831309952.tar.bz2
Ishtar-726713f95f91fa83a8e1473625162ae831309952.zip
Merge branch 'master' into develop
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 1604e2018..6187a300f 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -13,11 +13,10 @@
{% trans "This sheet has a downstream treatment: it is related to an old version of the find." %}</p>
{% endif %}
-<p class="window-refs">{{ item.label|default:"" }}</p>
-<p class='window-refs'>{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} &ndash; {% endif %}{{base_find.complete_id}}{% endfor %}</p>
-<p class='window-refs'>{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} &ndash; {% endif %}{{base_find.short_id}}{% endfor %}</p>
-<p class="window-refs">{{ item.administrative_index|default:"" }}</p>
-<p class="window-refs">{{ item.contextrecord|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>
{% include "ishtar/blocks/sheet_external_id.html" %}