From 010cd169f7e4174b45fef37af7f27f47bdb294eb Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 21 Feb 2024 11:37:19 +0100 Subject: [PATCH] show download credentials if it is issued --- idhub/templates/idhub/admin/issue_credentials.html | 2 ++ idhub/templates/idhub/user/credential.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/idhub/templates/idhub/admin/issue_credentials.html b/idhub/templates/idhub/admin/issue_credentials.html index d7d6092..7497808 100644 --- a/idhub/templates/idhub/admin/issue_credentials.html +++ b/idhub/templates/idhub/admin/issue_credentials.html @@ -46,11 +46,13 @@ {{ object.get_status}} + {% if object.issued_on %}
+ {% endif %} diff --git a/idhub/templates/idhub/user/credential.html b/idhub/templates/idhub/user/credential.html index 415c280..b78e81b 100644 --- a/idhub/templates/idhub/user/credential.html +++ b/idhub/templates/idhub/user/credential.html @@ -38,6 +38,7 @@ + {% if object.issued_on %}
{% if object.eidas1_did and admin_validated %}
@@ -47,5 +48,6 @@ + {% endif %}
{% endblock %}