datatracker/ietf/templates/meeting/no-agenda.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

9 lines
387 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}IETF {{ meeting.number }} Meeting Agenda{% endblock %}
{% block content %}
{% origin %}
{% include "meeting/meeting_heading.html" with title_extra="" selected="" %}
<div class="alert alert-warning my-3">There is no agenda available yet.</div>
{% endblock %}