Skip to content

Commit 4fef511

Browse files
committed
Changed an inappropriate literal path to a reverse url lookup. Fixes ietf-tools#2657. Commit ready for merge.
- Legacy-Id: 15806
1 parent cb70724 commit 4fef511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_conflict_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<tr>
6464
<td></td>
65-
<th><a href="doc/help/state/conflict-review/">State</a></th>
65+
<th><a href="{% url 'ietf.doc.views_help.state_help' type='conflict-review' %}">State</a></th>
6666
<td class="edit">
6767
{% if not snapshot and user|has_role:"Area Director,Secretariat" %}
6868
<a title="{{ doc.get_state.desc }}" class="btn btn-default btn-xs pull-right" href="{% url 'ietf.doc.views_conflict_review.change_state' name=doc.name %}">Edit</a>

0 commit comments

Comments
 (0)