We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32057f3 commit 25fd4fcCopy full SHA for 25fd4fc
1 file changed
ietf/templates/group/meetings-row.html
@@ -18,7 +18,7 @@
18
<div class="badge rounded-pill text-bg-secondary">{{ s.current_status_name }}</div>
19
{% if s.current_status == "canceled" %}
20
{% with timeslot=s.official_timeslotassignment.timeslot %}
21
- <span class="text-decoration-line-through text-secondary session-time date me-3" data-start-utc="{{ timeslot.time|utc|date:'Y-m-d' }}" data-end-utc="{{ timeslot.end_time|utc|date:'Y-m-d' }}"></span>
+ <span class="text-decoration-line-through text-secondary session-time date me-3" data-start-utc="{{ timeslot.time|utc|date:'Y-m-d H:i' }}" data-end-utc="{{ timeslot.end_time|utc|date:'Y-m-d H:i' }}"></span>
22
{% endwith %}
23
{% endif %}
24
0 commit comments