From 4df9b1e1f1693a6da24323325a7bdbffc50421c5 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 1 Oct 2020 08:18:28 +0100 Subject: taken the day out of a date format string --- ctrack/organisations/templates/organisations/organisation_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index d1dbd2c..492bd31 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -217,7 +217,7 @@ {% if engagement_events|length > 0 %} {% for event in engagement_events %} - {{ event.date |date:"d M Y H:i" }} + {{ event.date |date:"d M Y" }} {{ event.type }} {{ event.short_description }} {% if event.related_caf %} -- cgit v1.2.3