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
This commit is contained in:
parent
bea74cb8b4
commit
03e69e6d0c
|
@ -1,5 +1,11 @@
|
|||
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
|
||||
{# assumes meeting is in context #}
|
||||
{% if schedule != meeting.agenda %}
|
||||
<h3 class="alert alert-danger text-center">
|
||||
This is schedule {{schedule.owner.email}}/{{ schedule.name }}, not the official schedule.
|
||||
</h3>
|
||||
{% endif %}
|
||||
|
||||
<h1>
|
||||
IETF {{ meeting.number }} Meeting Agenda
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue