diff --git a/ietf/templates/nomcom/nomcom_public_base.html b/ietf/templates/nomcom/nomcom_public_base.html index f2448c9ee..8c5fa1698 100644 --- a/ietf/templates/nomcom/nomcom_public_base.html +++ b/ietf/templates/nomcom/nomcom_public_base.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{# Copyright The IETF Trust 2015, All Rights Reserved #} +{# Copyright The IETF Trust 2015-2024, All Rights Reserved #} {% load origin static %} {% load nomcom_tags %} {% load ietf_filters %} @@ -12,6 +12,7 @@ {% endblock %} {% block content %} {% origin %} + {% block nomcom_announce %}{% endblock %} {% with selected=request.path|split:'/'|slice:'3:-1'|join:'-' %}
+ Announcements from this nomcom are available + here +
+{% endblock %} {% block nomcom_content %} {% origin %}