diff options
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index ae4dde731..e8111b54a 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -65,11 +65,8 @@ </div> {% endif %} - {% if base_find.point_2d or base_find.x or base_find.y or base_find.topographic_localisation %} - {% if base_find.point_2d %} <div class="clearfix"> </div> - {% endif %} <h3>{% trans "Localisation"%}</h3> <div class='row'> {% with geo_item=base_find %} @@ -79,6 +76,5 @@ <div class="row"> {% field_flex_full "Point of topographic reference" base_find.topographic_localisation %} </div> - {% endif %} </div> |