diff options
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 912bf1b93..a78eb7706 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -200,14 +200,14 @@  {% field_li "Point of topographic reference" base_find.topographic_localisation %}  {% if base_find.x or base_find.y %} -  <li><label>{% trans "Coordinates:" %}</label> +  <li><label>{% trans "Coordinates" %}</label>    <span class="value"> -    {% trans "X:"%} {{base_find.x|default_if_none:"-"}}, -    {% trans "Y:"%} {{base_find.y|default_if_none:"-"}}, -    {% trans "Z:"%} {{base_find.z|default_if_none:"-"}} +    {% trans "X"%} {{base_find.x|default_if_none:"-"}}, +    {% trans "Y"%} {{base_find.y|default_if_none:"-"}}, +    {% trans "Z"%} {{base_find.z|default_if_none:"-"}}      {% if base_find.spatial_reference_system %}      ({{base_find.spatial_reference_system.label}}{% if base_find.spatial_reference_system.srid %} - -     {% trans "SRID:"%} {{base_find.spatial_reference_system.srid}}{% endif %}) +     {% trans "SRID"%} {{base_find.spatial_reference_system.srid}}{% endif %})      {% endif %}    </span>  {% endif %} | 
