From cf49672232c61b496709d41e2de9322c9f7ccaf5 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 12 Jan 2024 17:34:45 +0100 Subject: [PATCH] fix buttons of credential --- idhub/templates/idhub/user/credential.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 %} - - {% endif %} - -
+ + +
+ {% if object.public %} + + {% endif %} +
{% endblock %}