mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
rdv: use datetime instead of date fields
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
<h2 class="chill-red">{{ 'Calendar data'|trans }}</h2>
|
||||
|
||||
<dt class="inline">{{ 'start date'|trans }}</dt>
|
||||
<dd>{{ entity.startDate|format_date('long') }}</dd>
|
||||
<dd>{{ entity.startDate|format_datetime('long') }}</dd>
|
||||
|
||||
<dt class="inline">{{ 'end date'|trans }}</dt>
|
||||
<dd>{{ entity.endDate|format_date('long') }}</dd>
|
||||
<dd>{{ entity.endDate|format_datetime('long') }}</dd>
|
||||
|
||||
<dt class="inline">{{ 'cancel reason'|trans }}</dt>
|
||||
<dd>
|
||||
|
Reference in New Issue
Block a user