Skip to content

Commit dc41ea6

Browse files
committed
Fix from rjsparks@nostrum.com for approve_ballot page.
- Legacy-Id: 2568
1 parent 8f02f16 commit dc41ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/approve_ballot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1>Approve Ballot for {{ doc }}</h1>
3030
</div>
3131

3232
<div class="actions">
33-
<a href="{% url doc_ballot_writeups name=doc.filename %}">Back</a>
33+
<a href="{% url doc_ballot_approvaltext name=doc.filename %}">Back</a>
3434
{% ifequal action "to_announcement_list" %}
3535
<input type="submit" value="Send out the announcement and close ballot"/>
3636
{% endifequal %}

0 commit comments

Comments
 (0)