Skip to content

Commit 4250832

Browse files
committed
Fix URL broken by previous commit moving the charter state help page.
- Legacy-Id: 4397
1 parent 4f9bacb commit 4250832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/wgcharter/change_state.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% block content %}
2121
<h1>{{ title }}</h1>
2222

23-
{% if "Change state" in title %}<p class="helptext">For help on the states, see the <a href="{% url help_charter_states name=doc.name %}">state table</a>.</p>{% endif %}
23+
{% if "Change state" in title %}<p class="helptext">For help on the states, see the <a href="{% url help_charter_states %}">state table</a>.</p>{% endif %}
2424

2525
<form class="change-state" action="" method="post">
2626
<table>

0 commit comments

Comments
 (0)