summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitbef4c89ac11130c35f50df7589d04853b8a2df32 (patch)
treedc8ec51c2206630c1404b24171efb15c434e5b81
parentabc99ae83cb043211d6155988dd069069a507eea (diff)
downloadIshtar-bef4c89ac11130c35f50df7589d04853b8a2df32.tar.bz2
Ishtar-bef4c89ac11130c35f50df7589d04853b8a2df32.zip
Sheets: adapt headers
-rw-r--r--archaeological_files/templates/ishtar/sheet_file.html4
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html6
-rw-r--r--archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html2
-rw-r--r--archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html2
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_tables/documents.html2
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html2
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html2
-rw-r--r--version.py2
8 files changed, 11 insertions, 11 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html
index b01fe77f6..2e65fab11 100644
--- a/archaeological_files/templates/ishtar/sheet_file.html
+++ b/archaeological_files/templates/ishtar/sheet_file.html
@@ -157,7 +157,7 @@
{% trans "Administrative acts" as administrativeacts_label %}
{% table_administrativact administrativeacts_label item.administrative_act.all %}
-<h4>{%trans "Associated operations"%}</h4>
+<h3>{%trans "Associated operations"%}</h3>
<table class="table table-striped">
<tr>
<th>{% trans "Ref." %}</th>
@@ -184,7 +184,7 @@
{% endfor %}
</table>
-<h4>{%trans "Admninistrative acts linked to associated operations"%}</h4>
+<h3>{%trans "Admninistrative acts linked to associated operations"%}</h3>
<table class="table table-striped">
<tr>
<th>{% trans "Year" %}</th>
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>&nbsp;</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>&nbsp;</th>
diff --git a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
index 6b651092b..25c1118f9 100644
--- a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
+++ b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h4>{{caption}}</h4>
+<h3>{{caption}}</h3>
<table class="table table-striped">
<thead>
<tr>
diff --git a/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html b/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html
index c52e5cd76..6e7929ab5 100644
--- a/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html
+++ b/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h4>{{ parcels_label }}</h4>
+<h3>{{ parcels_label }}</h3>
<table class="table table-striped">
<thead>
<tr>
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/documents.html
index 6d5c1f704..151193393 100644
--- a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html
+++ b/ishtar_common/templates/ishtar/blocks/window_tables/documents.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h4>{{caption}}</h4>
+<h3>{{caption}}</h3>
<div class='clean-table'>
<div class='clean-table-wrap'>
<table>
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
index 96093403d..84a9b9b03 100644
--- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
+++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html
@@ -1,6 +1,6 @@
{% load i18n %}
-<h4>{{caption}}</h4>
+<h3>{{caption}}</h3>
<div class="modal fade table-modal-lg" tabindex="-1" role="dialog"
aria-hidden="true" id="modal_grid_{{name}}">
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html
index e378bdf49..96e291921 100644
--- a/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html
+++ b/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<h4>{{caption}}</h4>
+<h3>{{caption}}</h3>
<div class='clean-table'>
<div class='clean-table-wrap'>
<table>
diff --git a/version.py b/version.py
index e0ed05fe0..9e5ab4b77 100644
--- a/version.py
+++ b/version.py
@@ -1,5 +1,5 @@
# 1.99.13
-VERSION = (1, 99, 13)
+VERSION = (1, 99, 14)
def get_version():