diff --git a/idhub/templates/idhub/user/credential.html b/idhub/templates/idhub/user/credential.html index b78e81b..7152049 100644 --- a/idhub/templates/idhub/user/credential.html +++ b/idhub/templates/idhub/user/credential.html @@ -38,7 +38,7 @@ - {% if object.issued_on %} + {% if object.get_status == 'Issued' %}
{% if object.eidas1_did and admin_validated %}
@@ -49,5 +49,8 @@ {% trans 'View credential in JSON format' %}
{% endif %} + {% if object.get_status == 'Enabled' %} + {% trans 'Request credential' %} + {% endif %}
{% endblock %}