diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_basefind.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index fb67e3cd8..f3b200fe4 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -48,6 +48,18 @@ {% with item=base_find %} {% include "ishtar/blocks/sheet_json.html" %} {% endwith %} + + <div class="clearfix"> + </div> + <h3>{% trans "Geographic localisation" %}</h3> + <div class='row'> + {% with geo_item=base_find %} + {% include "ishtar/blocks/sheet_map.html"%} + {% endwith %} + </div> + <div class="row"> + {% field_flex_full "Point of topographic reference" base_find.topographic_localisation %} + </div> {% if not is_external %} <h3>{% trans "Sheet"%}</h3> <div class='row'> @@ -64,17 +76,5 @@ {% endif %} </div> {% endif %} - - <div class="clearfix"> - </div> - <h3>{% trans "Geographic localisation" %}</h3> - <div class='row'> - {% with geo_item=base_find %} - {% include "ishtar/blocks/sheet_map.html"%} - {% endwith %} - </div> - <div class="row"> - {% field_flex_full "Point of topographic reference" base_find.topographic_localisation %} - </div> </div> |