admin: use a popup for confirmation of api key deletion (#49414)

This commit is contained in:
Nicolas Roche 2020-12-14 14:59:27 +01:00 committed by Frédéric Péters
parent a8bf3fc769
commit a71c43f467
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div id="appbar">
<h2>{% trans "API access" %} - {{ api_access.name }}</h2>
<span class="actions">
<a href="delete">{% trans "Delete" %}</a>
<a href="delete" rel="popup">{% trans "Delete" %}</a>
<a href="edit">{% trans "Edit" %}</a>
</span>
</div>