From d2316d06225e9f2d04204abf7220e9ae280addf7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Feb 2017 19:26:21 +0100 Subject: Basket sheet: add basket name at the top --- archaeological_finds/templates/ishtar/sheet_findbasket.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_finds') 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 %} +

{{ item.label|default:"" }}

{% 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 %} -- cgit v1.2.3