From 6cf8e8e0769199f4897f04d08c1307388600eb30 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 19 May 2016 12:21:53 -0700 Subject: [PATCH] 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 --- meetingindex.jinja | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meetingindex.jinja b/meetingindex.jinja index a2e15df1..2d36aa9c 100644 --- a/meetingindex.jinja +++ b/meetingindex.jinja @@ -69,6 +69,9 @@ Chair (to contact for more information): {{ meeting.chair }} {% if meeting.extras.meeting_id %}
  Logs from past meetings
+
  + Start this meeting using: #startmeeting {{meeting.extras.meeting_id|replace('-', '_')}} +
{% endif %} {% if meeting.extras.agenda_url %}