From 78b66f2b69f660ec3ae6386ad1899759149d2525 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Jun 2017 17:06:33 +0200 Subject: Sheet find: hover text on ID --- archaeological_finds/templates/ishtar/sheet_find.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index db192cc9f..e0d74db77 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -14,11 +14,10 @@ {% trans "This sheet has a downstream treatment: it is related to an old version of the find." %}

{% endif %} -

{{ 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:"" }}

-

{{ item.contextrecord|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:"" }}

{% include "ishtar/blocks/sheet_external_id.html" %} -- cgit v1.2.3