diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-16 19:10:27 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-16 19:11:07 +0200 |
commit | febbff8a79c83d27d36003ca89559e7be8f59ffe (patch) | |
tree | 28182d81f4cf3b4efebf6c0cb5d241dd38b5ea5b /archaeological_finds/templates | |
parent | 6faa859d7dc69ee873bda8e5e695ce4332462435 (diff) | |
download | Ishtar-febbff8a79c83d27d36003ca89559e7be8f59ffe.tar.bz2 Ishtar-febbff8a79c83d27d36003ca89559e7be8f59ffe.zip |
Treatment, treatment files: add scientific manager - exhibition fields
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 1 | ||||
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 029257f63..e6bd83aab 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -76,6 +76,7 @@ {% field_flex_detail "Associated request" item.file %} {% field_flex "Location" item.location %} {% field_flex "Container" item.container %} + {% field_flex "Scientific monitoring manager" item.scientific_monitoring_manager %} {% field_flex "Responsible" item.person %} {% field_flex "Organization" item.organization %} {% field_flex "Start date" item.start_date %} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index 072285262..6519e4f47 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -42,6 +42,15 @@ {% include "ishtar/blocks/sheet_json.html" %} </div> +{% if item.exhibition_name or item.exhibition_start_date or item.exhibition_end_date %} +<h3>{% trans "Exhibition" %}</h3> +<div class="row"> + {% field_flex "Name" item.exhibition_name %} + {% field_flex "Start date" item.exhibition_start_date %} + {% field_flex "End date" item.exhibition_end_date %} +</div> +{% endif %} + {% if item.applicant %} <h3>{% trans "Applicant" %}</h3> <div class="row"> |