Skip to content

Commit

Permalink
Fix cancel link in delete selected confirmation template. Closes #72.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Apr 5, 2016
1 parent a65ef57 commit 3049a4b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@
{% endfor %}
<input type="hidden" name="action" value="delete_selected" />
<input type="hidden" name="post" value="yes" />
<p class="cancellink-box"><a href="../" class="cancellink">{% trans "Cancel" %}</a></p>
<p class="cancellink-box"><a href="{{ request.build_absolute_uri }}" class="cancellink">{% trans "Cancel" %}</a></p>
<input type="submit" class="default" value="{% trans "Yes, I'm sure" %}" />
</div>
</form>
Expand Down

0 comments on commit 3049a4b

Please sign in to comment.