Add link to WG creation.
- Legacy-Id: 4145
This commit is contained in:
parent
442698e7f6
commit
71b7b178be
|
@ -3,11 +3,17 @@
|
|||
{% block title %}Chartering or Re-Chartering Working Groups{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% load ietf_filters %}
|
||||
|
||||
<h1>Chartering or Re-Chartering Working Groups</h1>
|
||||
|
||||
<p>Groups with a charter in state
|
||||
{% for s in charter_states %}{% if not forloop.first %}, {% if forloop.last %}or {% endif %}{% endif %}<i>{{ s.name }}</i>{% endfor %}.</p>
|
||||
|
||||
{% if user|has_role:"Area Director,Secretariat" %}
|
||||
<p><a href="{% url wg_create %}">Start new WG charter effort</a></p>
|
||||
{% endif %}
|
||||
|
||||
{% if not groups %}
|
||||
<p><b>No groups found.</b></p>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue