We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fa8d7 commit 0f81a9bCopy full SHA for 0f81a9b
tally_ho/apps/tally/templates/audit/review.html
@@ -88,7 +88,7 @@ <h3>{% trans "Problem" %}</h3>
88
{% trans "Other:" %}</label>{{ form.other }}</p>
89
<p>
90
<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>
+ <a class="btn btn-danger" role="button" href="{% url 'audit_dashboard' tally_id=tally_id %}">{% trans "Cancel" %}</a>
92
</p>
93
<h3>{% trans "Action Prior to Recommendation" %}</h3>
94
<p><label for="id_action_prior_to_recommendation">{% trans "Action prior to recommendation:" %}</label>
0 commit comments