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 | 4efbf72f77c32dc6654b15bb513d007cd92b6659 (patch) | |
tree | 84bd47cc2bc204a2fbf49b53528b2754c5e774f6 /archaeological_context_records/templates | |
parent | 802a2e38c9cfc91653cd445c1213d1ca77a85b99 (diff) | |
download | Ishtar-4efbf72f77c32dc6654b15bb513d007cd92b6659.tar.bz2 Ishtar-4efbf72f77c32dc6654b15bb513d007cd92b6659.zip |
bellow -> below
Diffstat (limited to 'archaeological_context_records/templates')
-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 %} |