Skip to content

Commit 1b75e4a

Browse files
committed
Show links to mailing list archives on WG pages also if the URL starts with 'https:'.
- Legacy-Id: 4041
1 parent 4633df8 commit 1b75e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/wginfo/wg_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}<b
7070
{% ifequal selected "charter" %}<span class="selected">Charter</span>{% else %}<a href="{% url ietf.wginfo.views.wg_charter acronym=wg.group_acronym.acronym %}">Charter</a>{% endifequal %} |
7171
{% wgchairs_admin_options wg %}
7272
<a {% if selected == "history" %}class="selected"{% else %}href="{% url ietf.wginfo.views.history acronym=wg.group_acronym.acronym %}"{% endif %}>History</a> |
73-
{% if wg.clean_email_archive|startswith:"http:" or wg.clean_email_archive|startswith:"ftp:" %}
73+
{% if wg.clean_email_archive|startswith:"http:" or wg.clean_email_archive|startswith:"https:" or wg.clean_email_archive|startswith:"ftp:" %}
7474
<a href="{{ wg.clean_email_archive }}">List Archive &#187;</a> |
7575
{% endif %}
7676
<a href="http://tools.ietf.org/wg/{{ wg.group_acronym.acronym }}/">Tools WG Page &#187;</a>

0 commit comments

Comments
 (0)