Allow per-schedule meeting chairs
Depends-On: https://review.opendev.org/c/opendev/yaml2ical/+/946824 Change-Id: I2b52bd780eed4b8eb678ce3b2054e3b4aad34c9e
This commit is contained in:
parent
9bf5eb6bda
commit
82da670f94
@ -81,14 +81,16 @@ use in your favorite calendaring app:</p>
|
||||
{{ schedule.utc }} UTC
|
||||
</a>
|
||||
in <a href="ircs://irc.oftc.net:6697/{{ schedule.irc }}">#{{ schedule.irc }}</a>
|
||||
(IRC <a href="https://webchat.oftc.net/?randomnick=1&channels=%23{{ schedule.irc }}&prompt=1&uio=d4">webclient</a>)
|
||||
(IRC <a href="https://webchat.oftc.net/?randomnick=1&channels=%23{{ schedule.irc }}&prompt=1&uio=d4">webclient</a>){% if schedule.chair != meeting.chair %}, chair: {{ schedule.chair }}{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
<div><span class="glyphicon glyphicon-calendar"></span>
|
||||
<a href="calendars/{{ meeting.outfile }}">ICS file</a> for this specific
|
||||
meeting</div>
|
||||
{% if meeting.chair %}
|
||||
<div><span class="glyphicon glyphicon-user"></span>
|
||||
Chair (to contact for more information): {{ meeting.chair }}</div>
|
||||
{% endif %}
|
||||
{% if meeting.extras.meeting_id %}
|
||||
<div><span class="glyphicon glyphicon-fast-backward"></span>
|
||||
Logs from <a href="http://eavesdrop.openstack.org/meetings/{{meeting.extras.meeting_id|replace('-', '_')}}/">past meetings</a></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user