summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-07 12:16:37 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-07 12:16:37 +0200
commit6b87dae76d931ead9838db1f66a6ff1fe1cc1dd1 (patch)
tree0a2273d9db0499214e18a041987339eac9d20ac9 /archaeological_finds/templates/ishtar
parent75730c0ac55c935c03e58977405b4b8a2233595d (diff)
parent3d8b8d86f01ecb9b37e24e25fd15500b8f4fb2a0 (diff)
downloadIshtar-6b87dae76d931ead9838db1f66a6ff1fe1cc1dd1.tar.bz2
Ishtar-6b87dae76d931ead9838db1f66a6ff1fe1cc1dd1.zip
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_finds/templates/ishtar')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html10
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findbasket.html2
2 files changed, 6 insertions, 6 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 %}
diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html
index 6f8b12e6d..b6d4ffd42 100644
--- a/archaeological_finds/templates/ishtar/sheet_findbasket.html
+++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html
@@ -9,5 +9,5 @@
<p class="window-refs">{{ item.label|default:"" }}</p>
{% field "Owned by" item.user %}
{% field "Comment" item.comment %}
-{% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}
+{% dynamic_table_document finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}
{% endblock %}