diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-09 18:02:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:24 +0100 |
commit | 8bb49c9c9fae93536dcfd340e4631fc34a44df8a (patch) | |
tree | 64334c9307509607b65394e83ae0654f790f98cb /archaeological_warehouse/templates | |
parent | 1dcb2fb44584117220b87500188f2539e3a98c14 (diff) | |
download | Ishtar-8bb49c9c9fae93536dcfd340e4631fc34a44df8a.tar.bz2 Ishtar-8bb49c9c9fae93536dcfd340e4631fc34a44df8a.zip |
Container: collection -> responsibility. Deactivate collection fot finds
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_container.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index 7ffafa7f6..98b640936 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -106,8 +106,8 @@ <dt>{% trans "Number of owned finds" %}</dt> <dd>{{item.number_of_finds}}</dd> </dl> - {% if item.collection != item.location %} - {% field_flex_detail "Collection" item.collection %} + {% if item.responsibility != item.location %} + {% field_flex_detail "Responsibility" item.responsibility %} {% endif %} {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex "Old reference" item.old_reference %} |