From ff788fcc94efa0ac45e097895b5d082955ed2133 Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Sun, 2 Aug 2015 13:24:20 +0530 Subject: [PATCH] minor changes to event template --- itf/templates/modules/events/event.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/itf/templates/modules/events/event.html b/itf/templates/modules/events/event.html index 758cd6c..fb57549 100644 --- a/itf/templates/modules/events/event.html +++ b/itf/templates/modules/events/event.html @@ -32,15 +32,17 @@ $(function() {

{{ title }}

{{ oneliner }}

+ {% if event_type %}
Type of Event: {{ event_type|capfirst }}

+ {% endif %}
{{ description }}

-
{{ start_date|date:"jS M, Y" }}{% if end_date %} - {{ end_date|date:"jS M, Y" }} {% endif %}
+
When: {{ start_date|date:"jS M, Y" }}{% if end_date %} - {{ end_date|date:"jS M, Y" }} {% endif %}
{% if start_time %}
{{ start_time|time:"P" }}{% if end_time %} - {{ end_time|time:"P" }} {% endif %}
{% endif %}
-
{{ address }}
+
Where: {{ address }}

{{ city }}