diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 50a21402b..163946fae 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -101,7 +101,7 @@ <a class="nav-link{% if forloop.first %} active{% endif %}" data-toggle="tab" href="#{{window_id}}-base-find-{{forloop.counter}}" role="tab"> - {{base_find.short_id}} + {% if base_find.complete_identifier %}{{ base_find.complete_identifier }}{% else %}{{base_find.short_id}}{% endif %} </a> </li> {% endfor %} @@ -126,6 +126,9 @@ <div class='text-center'> {% include "ishtar/blocks/sheet_external_id.html" %} + {% if item.complete_identifier %}<p class="window-refs" + title="{% trans 'Complete identifier' %}"> + <strong>{{ item.complete_identifier }}</strong></p>{% endif %} </div> <div class='row'> |
