Created a Cancel Button, if you don't want to delete Media.

This commit is contained in:
Shawn Khan 2011-09-05 19:35:25 -04:00 committed by Christopher Allan Webber
parent 8daef28dc7
commit b7f7c13b6d

View File

@ -44,7 +44,10 @@
{{ _(form.confirm.label.text) }}
</p>
<div class="form_submit_buttons">
<a href="{{ media.url_for_self(request.urlgen) }}"><input type="button" value="{% trans %}Cancel{% endtrans %}" class="button" /></a>
<input type="submit" value="{% trans %}Delete Permanently{% endtrans %}" class="button" />
</div>
</div>
</form>