diff options
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <tr> - <td>{{ event.date |date:"d M Y H:i" }}</td> + <td>{{ event.date |date:"d M Y" }}</td> <td>{{ event.type }}</td> <td><a href="#">{{ event.short_description }}</a></td> {% if event.related_caf %} |