We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65335e commit 47c7c49Copy full SHA for 47c7c49
1 file changed
ietf/templates/meeting/interim_info.txt
@@ -6,13 +6,12 @@
6
7
{% if meeting.city %}City: {{ meeting.city }}
8
Country: {{ meeting.country }}
9
-Timezone: {{ meeting.time_zone }}
10
{% else %}Meeting Type: Virtual Meeting{% endif %}
11
12
{% for session in meeting.session_set.all %}Session {{ forloop.counter }}:
13
14
Date: {{ session.official_timeslotassignment.timeslot.time|date:"Y-m-d" }}
15
-Start Time: {{ session.official_timeslotassignment.timeslot.time|date:"H:i" }}
+Start Time: {{ session.official_timeslotassignment.timeslot.time|date:"H:i" }} {{ meeting.time_zone }}
16
Duration: {{ session.requested_duration|format_timedelta }}
17
Remote Participation Information: {{ session.remote_instructions }}
18
Agenda Note: {{ session.agenda_note }}
0 commit comments