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
Merged in fixes from Ole, from branch/charter:r4382-4407, and some changes from Henrik (removing the use of pos.blocked in views_ballot.py, and setting a ballot id in idrfc/testsREDESIGN.py) to make idrfc.EditPositionTestCase succeed.
Copy file name to clipboardExpand all lines: ietf/templates/wgcharter/change_state.html
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@
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 not option %}
24
+
<pclass="helptext">For help on the states, see the <ahref="{% url help_charter_states %}">state table</a>.</p>
0 commit comments