diff --git a/idhub/templates/idhub/user/credential.html b/idhub/templates/idhub/user/credential.html index 1e0e9ca..0a1a3cf 100644 --- a/idhub/templates/idhub/user/credential.html +++ b/idhub/templates/idhub/user/credential.html @@ -36,16 +36,16 @@ {{ object.get_status}} -
- {% if object.public %} -
- {% trans 'View in PDF format' %} -
- {% endif %} -
- {% trans 'View in JSON format' %} -
-
+ + +
+ {% if object.public %} +
+ {% trans 'Sign credential in PDF format' %} +
+ {% endif %} +
+ {% trans 'View credential in JSON format' %}
{% endblock %}