File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
< span style ="font-size: 15px; "> {{ order.event.location_name }}</ span > < br > < br >
52
52
53
53
< span class ="label "> Date and Time</ span > < br >
54
- < span style ="font-size: 15px; "> From: {{ order.event.starts_at.time(). strftime("%H:%M") }} on {{ order.event.starts_at.date() }}</ span > < br >
55
- < span style ="font-size: 15px; "> To: {{ order.event.ends_at.time(). strftime("%H:%M") }} on {{ order.event.ends_at.date() }}</ span >
54
+ < span style ="font-size: 15px; "> From: {{ order.event.starts_at.strftime("%H:%M %Z ") }} on {{ order.event.starts_at.date() }}</ span > < br >
55
+ < span style ="font-size: 15px; "> To: {{ order.event.ends_at.strftime("%H:%M %Z ") }} on {{ order.event.ends_at.date() }}</ span >
56
56
< br > < br >
57
57
58
58
< span class ="label "> Type</ span > < br >
You can’t perform that action at this time.
0 commit comments