From b1b27e648c7358a0609d45e3e5bf256e9ae402b8 Mon Sep 17 00:00:00 2001 From: Ryan Cross <rcross@amsl.com> Date: Wed, 26 Feb 2020 00:17:20 +0000 Subject: [PATCH] Add rfp-announce@ietf.org to Announcement app To: address list. Changed name of secr dashboard from WG Chair Dahsboard to IETF Dashboard. Commit ready for merge. - Legacy-Id: 17336 --- ietf/secr/announcement/forms.py | 3 ++- ietf/secr/templates/base_site.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ietf/secr/announcement/forms.py b/ietf/secr/announcement/forms.py index ea8be460c..b5f4d8135 100644 --- a/ietf/secr/announcement/forms.py +++ b/ietf/secr/announcement/forms.py @@ -1,4 +1,4 @@ -# Copyright The IETF Trust 2013-2019, All Rights Reserved +# Copyright The IETF Trust 2010-2020, All Rights Reserved # -*- coding: utf-8 -*- @@ -17,6 +17,7 @@ from ietf.utils.fields import MultiEmailField TO_LIST = ('IETF Announcement List <ietf-announce@ietf.org>', 'I-D Announcement List <i-d-announce@ietf.org>', + 'RFP Announcement List <rfp-announce@ietf.org>', 'The IESG <iesg@ietf.org>', 'Working Group Chairs <wgchairs@ietf.org>', 'BoF Chairs <bofchairs@ietf.org>', diff --git a/ietf/secr/templates/base_site.html b/ietf/secr/templates/base_site.html index 189269793..0edbd4c0a 100644 --- a/ietf/secr/templates/base_site.html +++ b/ietf/secr/templates/base_site.html @@ -3,13 +3,13 @@ {% load ietf_filters %} {% load staticfiles %} -{% block title %}{{ title }}{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} WG Chair Dashboard {% endif %}{% endblock %} +{% block title %}{{ title }}{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} IETF Dashboard {% endif %}{% endblock %} {% block branding %} <table width="100%"> <tr> <td align="left"> - <h1 id="site-name">{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} WG Chair Dashboard {% endif %}</h1> + <h1 id="site-name">{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} IETF Dashboard {% endif %}</h1> </td> <td align="right"> <br>