fix: show group meeting dates and weekdays in each meeting's timezone. (#4405)
This commit is contained in:
parent
3e5c1c6365
commit
d18b941462
|
@ -1,4 +1,7 @@
|
|||
{% load origin tz %}
|
||||
{% origin %}
|
||||
{% for s in sessions %}
|
||||
{% timezone s.meeting.time_zone %}
|
||||
<tr>
|
||||
<td>
|
||||
{% if s.meeting.type.slug == 'ietf' %}
|
||||
|
@ -65,4 +68,5 @@
|
|||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endtimezone %}
|
||||
{% endfor %}
|
|
@ -1,5 +1,6 @@
|
|||
{% extends "group/group_base.html" %}
|
||||
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
||||
{# TODO: Add text noting that dates and weekdays are displayed in each meeting's timezone #}
|
||||
{% load origin %}
|
||||
{% block title %}
|
||||
Meetings
|
||||
|
|
Loading…
Reference in a new issue