We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea74cb commit 03e69e6Copy full SHA for 03e69e6
1 file changed
ietf/templates/meeting/meeting_heading.html
@@ -1,5 +1,11 @@
1
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
2
{# assumes meeting is in context #}
3
+{% if schedule != meeting.agenda %}
4
+<h3 class="alert alert-danger text-center">
5
+ This is schedule {{schedule.owner.email}}/{{ schedule.name }}, not the official schedule.
6
+</h3>
7
+{% endif %}
8
+
9
<h1>
10
IETF {{ meeting.number }} Meeting Agenda
11
<br>
0 commit comments