From 270392a52e32b93ba8c26b275671b96e5981260a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Nov 2019 22:49:28 +0100 Subject: Fix typo --- .../templates/ishtar/sheet_contextrecord.html | 6 +++--- archaeological_operations/templates/ishtar/sheet_operation.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 8648f4762..906571948 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -268,7 +268,7 @@ {% if item.relation_image or DOT_GENERATION %} {% with gen_url='generate-relation-image-contextrecord' %} -

{% trans "Diagram of statigraphic relations - above" %}

+

{% trans "Diagram of stratigraphic relations - above" %}

{% with relation_type="above" %} {% with relation_image=item.relation_image_above %} {% with relation_png=item.relation_bitmap_image_above %} @@ -276,7 +276,7 @@ {% include "ishtar/blocks/sheet_relation_image.html" %} {% endwith %}{% endwith %}{% endwith %}{% endwith %} -

{% trans "Diagram of statigraphic relations - below" %}

+

{% trans "Diagram of stratigraphic relations - below" %}

{% with relation_type="below" %} {% with relation_image=item.relation_image_below %} {% with relation_png=item.relation_bitmap_image_below %} @@ -284,7 +284,7 @@ {% include "ishtar/blocks/sheet_relation_image.html" %} {% endwith %}{% endwith %}{% endwith %}{% endwith %} -

{% trans "Diagram of statigraphic relations - full" %}

+

{% trans "Diagram of stratigraphic relations - full" %}

{% with relation_type="" %} {% with relation_image=item.relation_image %} {% with relation_png=item.relation_bitmap_image %} diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index afd8be3ca..1e7d3dc78 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -337,7 +337,7 @@ {% endif %} {% if item.context_record_relations_q.count %} -

{% trans "Diagram of statigraphic relations" %}

+

{% trans "Diagram of stratigraphic relations" %}

{% with gen_url='generate-relation-image-contextrecord' %} {% with relation_type="full" %} -- cgit v1.2.3