diff options
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> |