feat: Add link to older proceedings to the end of group meetings page
This commit is contained in:
parent
ec9d122488
commit
af17d6481a
|
@ -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 %}
|
Loading…
Reference in a new issue