diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-11 14:05:54 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-11 14:05:54 +0200 |
commit | e4b6f6be5e660663011c0ef86635d300d6e0ec2b (patch) | |
tree | 84bd47cc2bc204a2fbf49b53528b2754c5e774f6 /archaeological_context_records/templates/ishtar | |
parent | 58b21e287a398623482bed4a51efd7ec3f952d9c (diff) | |
download | Ishtar-e4b6f6be5e660663011c0ef86635d300d6e0ec2b.tar.bz2 Ishtar-e4b6f6be5e660663011c0ef86635d300d6e0ec2b.zip |
bellow -> below
Diffstat (limited to 'archaeological_context_records/templates/ishtar')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 0643a40fc..811a80fc4 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -276,11 +276,11 @@ {% include "ishtar/blocks/sheet_relation_image.html" %} {% endwith %}{% endwith %}{% endwith %}{% endwith %} - <h3>{% trans "Diagram of statigraphic relations - bellow" %}</h3> - {% with relation_type="bellow" %} - {% with relation_image=item.relation_image_bellow %} - {% with relation_png=item.relation_bitmap_image_bellow %} - {% with relation_dot=item.relation_dot_bellow %} + <h3>{% trans "Diagram of statigraphic relations - below" %}</h3> + {% with relation_type="below" %} + {% with relation_image=item.relation_image_below %} + {% with relation_png=item.relation_bitmap_image_below %} + {% with relation_dot=item.relation_dot_below %} {% include "ishtar/blocks/sheet_relation_image.html" %} {% endwith %}{% endwith %}{% endwith %}{% endwith %} |