fix: Clarify non-WG mailing list title (#7189)
Add reference to the non-WG guidelines. Change the title to make obvious that not implying "no work is done here." Fixes: #7059
This commit is contained in:
parent
c696a715c0
commit
68c3e652e0
|
@ -5,10 +5,16 @@
|
||||||
{% block pagehead %}
|
{% block pagehead %}
|
||||||
<link rel="stylesheet" href="{% static "ietf/css/list.css" %}">
|
<link rel="stylesheet" href="{% static "ietf/css/list.css" %}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block title %}Non-Working Group email lists{% endblock %}
|
{% block title %}Other (not WG) email lists{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% origin %}
|
{% origin %}
|
||||||
<h1>Non-Working Group email lists</h1>
|
<h1>Other (not Working Group) email lists</h1>
|
||||||
|
<p>Guidelines for these lists, including how to request a
|
||||||
|
new one to be created, are at
|
||||||
|
<a href="https://www.ietf.org/how/lists/nonwglist-guidelines/">
|
||||||
|
https://www.ietf.org/how/lists/nonwglist-guidelines/
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
{% cache 900 nonwglisttable %}
|
{% cache 900 nonwglisttable %}
|
||||||
<table class="table table-sm table-striped tablesorter">
|
<table class="table table-sm table-striped tablesorter">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in a new issue