diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-06 19:26:21 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-06 19:27:01 +0100 |
commit | d2316d06225e9f2d04204abf7220e9ae280addf7 (patch) | |
tree | a061738d8fa97187d0403646489a75c8832c44e3 | |
parent | b7ed57da8a83328c248fb5817b951d722d989ef2 (diff) | |
download | Ishtar-d2316d06225e9f2d04204abf7220e9ae280addf7.tar.bz2 Ishtar-d2316d06225e9f2d04204abf7220e9ae280addf7.zip |
Basket sheet: add basket name at the top
-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 %} |