diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-04-07 15:17:04 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | b2bb294b82a968b899a852f4fa64495e9cc2984f (patch) | |
tree | 532a7872f50d21c112aeb65aa9df559e2916f406 /archaeological_finds/templates/ishtar | |
parent | 55194aeec747fc07dcaf054877dd194fd1106039 (diff) | |
download | Ishtar-b2bb294b82a968b899a852f4fa64495e9cc2984f.tar.bz2 Ishtar-b2bb294b82a968b899a852f4fa64495e9cc2984f.zip |
Find - collections: add field to form and sheet
Diffstat (limited to 'archaeological_finds/templates/ishtar')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 2b2e868be..50a21402b 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -253,6 +253,11 @@ {% if display_warehouse_treatments %} <div class="tab-pane fade" id="{{window_id}}-warehouse" role="tabpanel" aria-labelledby="{{window_id}}-warehouse-tab"> + {% if item.collection %} + <div class='row'> + {% field_flex_detail "Collection" item.collection "large" %} + </div> + {% endif %} {% if item.container %} <h3>{% trans "Warehouse - container" %}</h3> <div class='row'> |