summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-10-05 16:34:12 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2020-10-05 16:34:31 +0200
commitfb2e3992e6f5c44c69036312ee93a765fbd0cc73 (patch)
treededcd9cd5b1d6407afe88bde2720b17c4f175bf2
parentfe02d470df2fcdd31192b017b47127e178534ecc (diff)
downloadIshtar-fb2e3992e6f5c44c69036312ee93a765fbd0cc73.tar.bz2
Ishtar-fb2e3992e6f5c44c69036312ee93a765fbd0cc73.zip
Sheet CR: fix length display (refs #4983)
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html2
-rw-r--r--ishtar_common/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index cd70925ec..95f4205f8 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -130,7 +130,7 @@
{% field_flex_full "Comment on datings" item.datings_comment "<pre>" "</pre>" has_image %}
{% field_flex_full "Description" item.description "<pre>" "</pre>" has_image %}
{% field_flex_full "Comment" item.comment "<pre>" "</pre>" has_image %}
- {% field_flex "Length (m)" item.lenght '' '' has_image %}
+ {% field_flex "Length (m)" item.length '' '' has_image %}
{% field_flex "Width (m)" item.width '' '' has_image %}
{% field_flex "Diameter (m)" item.diameter '' '' has_image %}
{% field_flex "Depth (m)" item.depth '' '' has_image %}
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 28e3bbeeb..e85e4b3f5 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.0.13
-VERSION = (3, 0, 13)
+# 3.0.14
+VERSION = (3, 0, 14)
def get_version():