manager: mark Delete button with dedicated CSS class (#20929)

This commit is contained in:
Frédéric Péters 2017-12-30 23:17:47 +01:00
parent c3f8fd82a1
commit 619cd6676b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<p>{% blocktrans %}Do you want to delete {{ model_name }} {{ object }} ?{% endblocktrans %}</p>
{% endblock %}
<div class="buttons">
<button>{% trans "Delete" %}</button>
<button class="delete-button">{% trans "Delete" %}</button>
<a class="cancel" href="..">{% trans "Cancel" %}</a>
</div>
</div>