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 %}