summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
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
commitd2316d06225e9f2d04204abf7220e9ae280addf7 (patch)
treea061738d8fa97187d0403646489a75c8832c44e3 /archaeological_finds
parentb7ed57da8a83328c248fb5817b951d722d989ef2 (diff)
downloadIshtar-d2316d06225e9f2d04204abf7220e9ae280addf7.tar.bz2
Ishtar-d2316d06225e9f2d04204abf7220e9ae280addf7.zip
Basket sheet: add basket name at the top
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findbasket.html1
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 %}