diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-02 18:21:22 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-02 18:22:49 +0100 |
commit | 948b9799b4a44739b36ba65e01ec27fe21f68255 (patch) | |
tree | 4c4068c6c37f9abd19f5220d9f793e37a21fd8b3 /archaeological_finds/templates/ishtar/sheet_find.html | |
parent | 3c3dc92e3aef6c479b0d5f020c7dc8c4ce76e532 (diff) | |
download | Ishtar-948b9799b4a44739b36ba65e01ec27fe21f68255.tar.bz2 Ishtar-948b9799b4a44739b36ba65e01ec27fe21f68255.zip |
Sheet find: link to baskets
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 1aa5220bf..ceda2a563 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -4,7 +4,7 @@ {% block head_title %}<strong>{% trans "Find" %}</strong>{% if item.denomination %} - {{item.denomination|default:""}}{% endif %} - {{item.label|default:""}}{% endblock %} {% block toolbar %} -{% window_nav item window_id 'show-find' 'find_modify' 'show-historized-find' 'revert-find' previous next 1 %} +{% window_find_nav item window_id 'show-find' 'find_modify' 'show-historized-find' 'revert-find' previous next 1 baskets %} {% endblock %} {% block content %} |