Skip to content

Commit 71b7b17

Browse files
committed
Add link to WG creation.
- Legacy-Id: 4145
1 parent 442698e commit 71b7b17

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/templates/wginfo/chartering_wgs.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
{% block title %}Chartering or Re-Chartering Working Groups{% endblock %}
44

55
{% block content %}
6+
{% load ietf_filters %}
7+
68
<h1>Chartering or Re-Chartering Working Groups</h1>
79

810
<p>Groups with a charter in state
911
{% for s in charter_states %}{% if not forloop.first %}, {% if forloop.last %}or {% endif %}{% endif %}<i>{{ s.name }}</i>{% endfor %}.</p>
1012

13+
{% if user|has_role:"Area Director,Secretariat" %}
14+
<p><a href="{% url wg_create %}">Start new WG charter effort</a></p>
15+
{% endif %}
16+
1117
{% if not groups %}
1218
<p><b>No groups found.</b></p>
1319
{% else %}

0 commit comments

Comments
 (0)