fix delete credential
This commit is contained in:
parent
4ed3225ce5
commit
812ac6ab91
|
@ -13,7 +13,9 @@
|
|||
{% if object.get_status == 'Issued' %}
|
||||
<a class="btn btn-yellow" class="btn btn-orange" data-bs-toggle="modal" data-bs-target="#confirm-revoke" href="javascript:void()">{% trans 'Revoke' %}</a>
|
||||
{% endif %}
|
||||
{% if object.get_status == 'Enabled' %}
|
||||
<a class="btn btn-orange" class="btn btn-orange" data-bs-toggle="modal" data-bs-target="#confirm-delete" href="javascript:void()">{% trans 'Delete' %}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in New Issue