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_finds/templates | |
parent | 1dcb2fb44584117220b87500188f2539e3a98c14 (diff) | |
download | Ishtar-8bb49c9c9fae93536dcfd340e4631fc34a44df8a.tar.bz2 Ishtar-8bb49c9c9fae93536dcfd340e4631fc34a44df8a.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'> |