diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-19 20:47:06 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-19 20:47:06 +0100 |
| commit | 931092752a4db520becea7815e0d1e205b0a921e (patch) | |
| tree | f7f66957278e35bacd7298ed22fa5f383e1689b7 /archaeological_finds/templates/ishtar/sheet_basefind.html | |
| parent | f81bf9854a58827f36d5eb0a4303bad5fc64c558 (diff) | |
| download | Ishtar-931092752a4db520becea7815e0d1e205b0a921e.tar.bz2 Ishtar-931092752a4db520becea7815e0d1e205b0a921e.zip | |
Sheet find refactoring
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> |
