From dc0246f19222e5722c68121cc9dbaeff9891e57f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 21 Feb 2018 14:27:46 +0100 Subject: Sheets: adapt headers --- archaeological_files/templates/ishtar/sheet_file.html | 4 ++-- archaeological_finds/templates/ishtar/sheet_find.html | 6 +++--- .../templates/ishtar/blocks/window_tables/administrativacts.html | 2 +- .../templates/ishtar/blocks/window_tables/parcels.html | 2 +- ishtar_common/templates/ishtar/blocks/window_tables/documents.html | 2 +- .../templates/ishtar/blocks/window_tables/dynamic_documents.html | 2 +- .../templates/ishtar/blocks/window_tables/static_documents.html | 2 +- version.py | 2 +- 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 %} -

{%trans "Associated operations"%}

+

{%trans "Associated operations"%}

@@ -184,7 +184,7 @@ {% endfor %}
{% trans "Ref." %}
-

{%trans "Admninistrative acts linked to associated operations"%}

+

{%trans "Admninistrative acts linked to associated operations"%}

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 %} -

{% trans "Preservation" %}

+

{% trans "Preservation" %}

{% field_flex "Conservatory state" item.conservatory_state %} {% field_flex_multiple "Alteration" item.alterations %} @@ -96,7 +96,7 @@

{% trans "Treatments"%}

{% if item.upstream_treatment %} -

{% trans "Upstream treatment" %}

+

{% trans "Upstream treatment" %}

{% trans "Year" %}
@@ -134,7 +134,7 @@ {% endif %} {% if item.downstream_treatment %} -

{% trans "Downstream treatment" %}

+

{% trans "Downstream treatment" %}

 
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 %} -

{{caption}}

+

{{caption}}

 
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 %} -

{{ parcels_label }}

+

{{ parcels_label }}

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 %} -

{{caption}}

+

{{caption}}

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 %} -

{{caption}}

+

{{caption}}

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(): -- cgit v1.2.3