Skip to content

Commit fff56bb

Browse files
committed
Merged in [17336] from rcross@amsl.com:
Add rfp-announce@ietf.org to Announcement app To: address list. Changed name of secr dashboard from WG Chair Dahsboard to IETF Dashboard. - Legacy-Id: 17359 Note: SVN reference [17336] has been migrated to Git commit b1b27e6
2 parents 334f013 + b1b27e6 commit fff56bb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/secr/announcement/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
TO_LIST = ('IETF Announcement List <ietf-announce@ietf.org>',
2020
'I-D Announcement List <i-d-announce@ietf.org>',
21+
'RFP Announcement List <rfp-announce@ietf.org>',
2122
'The IESG <iesg@ietf.org>',
2223
'Working Group Chairs <wgchairs@ietf.org>',
2324
'BoF Chairs <bofchairs@ietf.org>',

ietf/secr/templates/base_site.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
{% load ietf_filters %}
44
{% load staticfiles %}
55

6-
{% block title %}{{ title }}{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} WG Chair Dashboard {% endif %}{% endblock %}
6+
{% block title %}{{ title }}{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} IETF Dashboard {% endif %}{% endblock %}
77

88
{% block branding %}
99
<table width="100%">
1010
<tr>
1111
<td align="left">
12-
<h1 id="site-name">{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} WG Chair Dashboard {% endif %}</h1>
12+
<h1 id="site-name">{% if user|has_role:"Secretariat" %} Secretariat Dashboard {% else %} IETF Dashboard {% endif %}</h1>
1313
</td>
1414
<td align="right">
1515
<br>

0 commit comments

Comments
 (0)