Skip to content

Commit 0f81a9b

Browse files
committed
Fix audit dashboard url
1 parent 47fa8d7 commit 0f81a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tally_ho/apps/tally/templates/audit/review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3>{% trans "Problem" %}</h3>
8888
{% trans "Other:" %}</label>{{ form.other }}</p>
8989
<p>
9090
<button class="btn btn-primary" type="submit" name="save">{% trans "Save" %}</button>
91-
<a class="btn btn-danger" role="button" href="{% url 'audit' tally_id=tally_id %}">{% trans "Cancel" %}</a>
91+
<a class="btn btn-danger" role="button" href="{% url 'audit_dashboard' tally_id=tally_id %}">{% trans "Cancel" %}</a>
9292
</p>
9393
<h3>{% trans "Action Prior to Recommendation" %}</h3>
9494
<p><label for="id_action_prior_to_recommendation">{% trans "Action prior to recommendation:" %}</label>

0 commit comments

Comments
 (0)