diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 14:27:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 14:27:46 +0100 |
commit | dc0246f19222e5722c68121cc9dbaeff9891e57f (patch) | |
tree | dc8ec51c2206630c1404b24171efb15c434e5b81 /archaeological_finds | |
parent | bbc88035ada895390d0ab38e6d96fdaddb5781a0 (diff) | |
download | Ishtar-dc0246f19222e5722c68121cc9dbaeff9891e57f.tar.bz2 Ishtar-dc0246f19222e5722c68121cc9dbaeff9891e57f.zip |
Sheets: adapt headers
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index ab97c7b24..0acf97167 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -68,7 +68,7 @@ {% include "ishtar/blocks/sheet_json.html" %} {% if item.conservatory_state or item.conservatory_comment or item.alterations.count or item.alteration_causes.count or item.preservation_to_considers.count or item.treatment_emergency or item.insurance_value %} -<h4>{% trans "Preservation" %}</h4> +<h3>{% trans "Preservation" %}</h3> <div class='row'> {% field_flex "Conservatory state" item.conservatory_state %} {% field_flex_multiple "Alteration" item.alterations %} @@ -96,7 +96,7 @@ <h3>{% trans "Treatments"%}</h3> {% if item.upstream_treatment %} -<h4>{% trans "Upstream treatment" %}</h4> +<h3>{% trans "Upstream treatment" %}</h3> <table id='{{window_id}}-upstream' class="table table-striped"> <tr> <th> </th> @@ -134,7 +134,7 @@ {% endif %} {% if item.downstream_treatment %} -<h4>{% trans "Downstream treatment" %}</h4> +<h3>{% trans "Downstream treatment" %}</h3> <table id='{{window_id}}-downstream' class="table table-striped"> <tr> <th> </th> |