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 | daed3aa1cdb63cea7ac97f1d7da838df465fc925 (patch) | |
tree | 64334c9307509607b65394e83ae0654f790f98cb /archaeological_finds/templates | |
parent | 939918a683bff6a18cabcd83764e9db8dfd0183a (diff) | |
download | Ishtar-daed3aa1cdb63cea7ac97f1d7da838df465fc925.tar.bz2 Ishtar-daed3aa1cdb63cea7ac97f1d7da838df465fc925.zip |
Container: collection -> responsibility. Deactivate collection fot finds
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/forms/qa_find_treatment.html | 2 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html b/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html index e8d00cb33..8a6367c7e 100644 --- a/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html +++ b/archaeological_finds/templates/ishtar/forms/qa_find_treatment.html @@ -30,11 +30,13 @@ {% endwith %} {% endwith %} </div> + {% comment %} <div class="form-row"> {{ form.collection }} <label for="{{form.collection.auto_id}}"> {% trans "Associate to the collection of the container" %} </label> </div> + {% endcomment %} <div class="form-row"> {{ form.create_treatment }} <label for="{{form.create_treatment.auto_id}}"> diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 76dc14cd8..2a1cf595a 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -256,11 +256,13 @@ {% if display_warehouse_treatments %} <div class="tab-pane fade" id="{{window_id}}-warehouse" role="tabpanel" aria-labelledby="{{window_id}}-warehouse-tab"> + {% comment %} {% if item.collection %} <div class='row'> {% field_flex_detail "Collection" item.collection "large" %} </div> {% endif %} + {% endcomment %} {% if item.container or item.container_ref %} <h3>{% trans "Warehouse - container" %}</h3> <div class='row'> |