From 4a884fa00da41c4bb167af074d844ac11f8c6232 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 22 Nov 2023 12:53:10 +0100 Subject: [PATCH] eye instead of button view --- idhub/templates/idhub/admin/credentials.html | 2 +- idhub/templates/idhub/admin/people.html | 2 +- idhub/templates/idhub/admin/schemas.html | 2 +- idhub/templates/idhub/user/credentials.html | 4 +--- idhub/templates/idhub/user/profile.html | 4 +--- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/idhub/templates/idhub/admin/credentials.html b/idhub/templates/idhub/admin/credentials.html index 06cd110..cab6a97 100644 --- a/idhub/templates/idhub/admin/credentials.html +++ b/idhub/templates/idhub/admin/credentials.html @@ -28,7 +28,7 @@ {{ f.get_issued_on }} {{ f.get_status }} {{ f.user.email }} - {% trans 'View' %} + {% endfor %} diff --git a/idhub/templates/idhub/admin/people.html b/idhub/templates/idhub/admin/people.html index a165bd3..25b7c61 100644 --- a/idhub/templates/idhub/admin/people.html +++ b/idhub/templates/idhub/admin/people.html @@ -30,7 +30,7 @@ {{ user.get_roles }} - {% trans 'View' %} + {% endfor %} diff --git a/idhub/templates/idhub/admin/schemas.html b/idhub/templates/idhub/admin/schemas.html index 3c671cb..20bfae7 100644 --- a/idhub/templates/idhub/admin/schemas.html +++ b/idhub/templates/idhub/admin/schemas.html @@ -27,7 +27,7 @@ {{ schema.file_schema }} {{ schema.name }} {{ schema.description }} - {% trans 'View' %} + {% endfor %} diff --git a/idhub/templates/idhub/user/credentials.html b/idhub/templates/idhub/user/credentials.html index a34d43a..6f68e56 100644 --- a/idhub/templates/idhub/user/credentials.html +++ b/idhub/templates/idhub/user/credentials.html @@ -27,9 +27,7 @@ {{ f.get_issued_on }} {{ f.get_status }} - - {% trans 'View' %} - + {% endfor %} diff --git a/idhub/templates/idhub/user/profile.html b/idhub/templates/idhub/user/profile.html index ede177d..3a5d5f3 100644 --- a/idhub/templates/idhub/user/profile.html +++ b/idhub/templates/idhub/user/profile.html @@ -53,9 +53,7 @@ {{ membership.start_date|default:'' }} {{ membership.end_date|default:'' }} - - {% trans 'View' %} - + {% endfor %}