fix delete form not working

This commit is contained in:
Jens Langhammer 2019-03-14 21:17:41 +01:00
parent dbe16ba4fd
commit 4774d9a46c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
Are you sure you want to delete {{ object_type }} "{{ object }}"?
{% endblocktrans %}
</p>
<input type="hidden" name="confirmdelete" value="yes">
<a href="{% back %}" class="btn btn-default">{% trans 'Back' %}</a>
<input type="submit" class="btn btn-danger" value="{% trans 'Delete' %}" />
</form>