From a52a5cd15dd346be2a5134f970973ade4411a86f Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 21 Feb 2024 10:46:57 +0100 Subject: [PATCH] add delete credential in all cases --- idhub/templates/idhub/admin/issue_credentials.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/idhub/templates/idhub/admin/issue_credentials.html b/idhub/templates/idhub/admin/issue_credentials.html index 3c29289..d7d6092 100644 --- a/idhub/templates/idhub/admin/issue_credentials.html +++ b/idhub/templates/idhub/admin/issue_credentials.html @@ -12,11 +12,8 @@
{% if object.get_status == 'Issued' %} {% trans 'Revoke' %} - {% trans 'Delete' %} {% endif %} - {% if object.get_status == 'Revoked' %} {% trans 'Delete' %} - {% endif %}