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
Move charter urls from /wgcharter/<group-acronym> to
/doc/<doc-name>/charter/ since they now all concern the actual charter
documents rather than the WG (this removes some redundant code).
- Legacy-Id: 4271
Copy file name to clipboardExpand all lines: ietf/templates/wgcharter/change_state.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
{% block content %}
21
21
<h1>{{ title }}</h1>
22
22
23
-
{% if "Change state" in title %}<pclass="helptext">For help on the states, see the <ahref="{% url help_charter_states %}">state table</a>.</p>{% endif %}
23
+
{% if "Change state" in title %}<pclass="helptext">For help on the states, see the <ahref="{% url help_charter_states name=doc.name %}">state table</a>.</p>{% endif %}
0 commit comments