summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find_treatments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find_treatments.html b/archaeological_finds/templates/ishtar/sheet_find_treatments.html
index 670c1997b..3873b1770 100644
--- a/archaeological_finds/templates/ishtar/sheet_find_treatments.html
+++ b/archaeological_finds/templates/ishtar/sheet_find_treatments.html
@@ -22,7 +22,7 @@
{% field_flex _("Treatment emergency") item.treatment_emergency %}
{% field_flex _("Estimated value") item.estimated_value|default_if_none:''|intcomma '' ' '|add:CURRENCY %}
{% field_flex _("Insurance value") item.insurance_value|default_if_none:''|intcomma '' ' '|add:CURRENCY %}
- {% field_flex _("Appraisal date") item.appraisal_date %}
+ {% field_flex _("Appraisal date") item.appraisal_date|date:"SHORT_DATE_FORMAT" %}
{% field_flex_full _("Conservatory comment") item.conservatory_comment "<pre>" "</pre>" %}
</div>
{% endif %}