fix: show group meeting dates and weekdays in each meeting's timezone. (#4405)

This commit is contained in:
Robert Sparks 2022-09-06 13:58:32 -05:00 committed by GitHub
parent 3e5c1c6365
commit d18b941462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -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 %}

View file

@ -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