Give example #startmeeting command
Give an example #startmeeting command if the meeting_id is present. Hopefully this will help chairs use the correct meeting_id Change-Id: I7a88515ff9ce34d2a137d01edca1b10df870f9dc
This commit is contained in:
parent
6bbaf21682
commit
6cf8e8e076
@ -69,6 +69,9 @@ Chair (to contact for more information): {{ meeting.chair }}</div>
|
||||
{% 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>
|
||||
<div><span class="glyphicon glyphicon-tags"></span>
|
||||
Start this meeting using: <tt>#startmeeting {{meeting.extras.meeting_id|replace('-', '_')}}</tt>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if meeting.extras.agenda_url %}
|
||||
<div><span class="glyphicon glyphicon-list-alt"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user