You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% block title %}Customize Workflow for {{ group.acronym }} {{ group.type.name }}{% endblock %}
11
4
12
5
{% block morecss %}
13
6
{{ block.super }}
@@ -53,13 +46,20 @@
53
46
}
54
47
{% endblock %}
55
48
56
-
{% block wg_content %}
57
-
<divclass="wg-workflow-management">
58
-
<h2>Edit workflow</h2>
49
+
{% block content %}
50
+
{% load ietf_filters %}
51
+
52
+
<divclass="group-customize-workflow">
53
+
54
+
<h1>Customize Workflow for {{ group.acronym }} {{ group.type.name }}</h1>
55
+
56
+
<p>Below you can customize the draft states and tags used in the
57
+
<ahref="{% url group_charter group.acronym %}">{{ group.acronym }} {{ group.type.name }}</a>. Note that some states are
58
+
mandatory for group operation and cannot be deactivated.</p>
59
59
60
-
<p>Below you can customize the draft states and tags used in the {{ wg.acronym }} WG. Note that some states are mandatory for WG operation and cannot be deactivated.</p>
60
+
<p>You can see the default Working Group I-D State Diagram
61
+
in <ahref="http://tools.ietf.org/html/rfc6174#section-4.1">Section 4.1 of RFC6174</a>.</p>
61
62
62
-
<p>You can see the default Working Group I-D State Diagram in <ahref="http://tools.ietf.org/html/rfc6174#section-4.1">Section 4.1 of RFC6174</a>.</p>
63
63
64
64
<h3>States</h3>
65
65
@@ -90,11 +90,7 @@ <h3>States</h3>
90
90
{% endif %}
91
91
</td>
92
92
<td>
93
-
<div>
94
-
<span>{{ state.name }} {% if not state.used %} (not used in {{ wg.acronym }}){% endif %}</span>
95
-
<aclass="toggler" title="Click to show description of state" href="">+</a>
0 commit comments