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