Merge "Allow per-schedule meeting chairs"
This commit is contained in:
commit
f61871fa02
@ -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