diff options
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_findbasket.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html index 7738a872d..e599bba0b 100644 --- a/archaeological_finds/templates/ishtar/sheet_findbasket.html +++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html @@ -4,6 +4,7 @@  {% block head_title %}{% trans "Find basket" %}{% endblock %}  {% block content %} +<p class="window-refs">{{ item.label|default:"" }}</p>  {% window_nav item window_id 'show-findbasket' 'select_itemsinbasket' %}  {% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}  {% endblock %} | 
