feat: Add link to older proceedings to the end of group meetings page

This commit is contained in:
Russ Housley 2022-11-06 06:57:51 -05:00 committed by GitHub
parent ec9d122488
commit af17d6481a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{% extends "group/group_base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{# Copyright The IETF Trust 2015-2022, All Rights Reserved #}
{% load origin %}
{% block title %}
Meetings
@ -85,6 +85,7 @@
</table>
{% endif %}
<p class="alert alert-info my-3">
This page shows meetings within the last four years. For earlier meetings, please see the proceedings.
This page shows meetings within the last four years. For earlier meetings, please see the
<a href="https://www.ietf.org/how/meetings/past/">proceedings</a>.
</p>
{% endblock %}