Skip to content
Snippets Groups Projects
Commit 19dcd7c3 authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] website_event: endDate appeared twice in event_details

endDate appeared twice in event_details

opw:678823
parent 93d8f4f8
Branches
Tags
No related merge requests found
......@@ -271,7 +271,6 @@
<h4 class="text-center text-muted">
<i class="fa fa-clock-o"></i> <span itemprop="startDate" t-field="event.with_context(tz=event.date_tz).date_begin" t-field-options='{"hide_seconds":"True"}'/> to
<span itemprop="endDate" t-field="event.with_context(tz=event.date_tz).date_end" t-field-options='{"hide_seconds":"True"}'/>
<span itemprop="endDate"><t t-esc="event.date_end_located[:-3]"/></span>
<t t-if="event.date_tz">(<span t-field="event.date_tz"/>)</t>
</h4>
<h4 class="text-center text-muted"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment