Skip to content

Commit 03e69e6

Browse files
committed
Added a banner on top of the agenda view of unofficial agendas (which now work) indicating that it's not the official agenda.
- Legacy-Id: 11464
1 parent bea74cb commit 03e69e6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/templates/meeting/meeting_heading.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
22
{# 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+
39
<h1>
410
IETF {{ meeting.number }} Meeting Agenda
511
<br>

0 commit comments

Comments
 (0)