summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2017-03-17 11:13:56 +0100
committerValérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net>2017-03-17 11:13:56 +0100
commitdc08e5f643562a6ecf3b208c1e2cd44e5350af3c (patch)
tree4fa8e7f3c155e9bde465c305c67d2f42fbb8218e /archaeological_finds
parent3bceceddcbb8eb08b5e37de0afe2aafc3f90abf7 (diff)
downloadIshtar-dc08e5f643562a6ecf3b208c1e2cd44e5350af3c.tar.bz2
Ishtar-dc08e5f643562a6ecf3b208c1e2cd44e5350af3c.zip
Update labels (without ':')
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html10
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 %}