From c617e20ca40beaab4e0ab24a8e7675636f0ebab1 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 22 Nov 2023 13:22:10 +0100 Subject: [PATCH] trast icon instead of x-circle --- idhub/templates/idhub/admin/dids.html | 2 +- idhub/templates/idhub/admin/schemas.html | 2 +- idhub/templates/idhub/base_admin.html | 2 +- idhub/templates/idhub/user/dids.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/idhub/templates/idhub/admin/dids.html b/idhub/templates/idhub/admin/dids.html index 88cff01..5358afc 100644 --- a/idhub/templates/idhub/admin/dids.html +++ b/idhub/templates/idhub/admin/dids.html @@ -26,7 +26,7 @@ {{ d.label }} {{ d.did }} - + {% endfor %} diff --git a/idhub/templates/idhub/admin/schemas.html b/idhub/templates/idhub/admin/schemas.html index 20bfae7..482a800 100644 --- a/idhub/templates/idhub/admin/schemas.html +++ b/idhub/templates/idhub/admin/schemas.html @@ -28,7 +28,7 @@ {{ schema.name }} {{ schema.description }} - + {% endfor %} diff --git a/idhub/templates/idhub/base_admin.html b/idhub/templates/idhub/base_admin.html index 1c0ffd6..1253806 100644 --- a/idhub/templates/idhub/base_admin.html +++ b/idhub/templates/idhub/base_admin.html @@ -168,7 +168,7 @@ {% endfor %} {% endblock messages %}
-

{{ title }}

+

{{ title }}

diff --git a/idhub/templates/idhub/user/dids.html b/idhub/templates/idhub/user/dids.html index 092aedd..8f628fe 100644 --- a/idhub/templates/idhub/user/dids.html +++ b/idhub/templates/idhub/user/dids.html @@ -26,7 +26,7 @@ {{ d.label }} {{ d.did }} - + {% endfor %}