From 132afc3d15448f01bf1d214e17d91cf19e988c11 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 15 Dec 2021 18:59:23 +0100 Subject: [PATCH] Fix scope view Signed-off-by: Yohann D'ANELLO --- .../templates/permission/scopes.html | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/apps/permission/templates/permission/scopes.html b/apps/permission/templates/permission/scopes.html index 31a4395e..bebc0898 100644 --- a/apps/permission/templates/permission/scopes.html +++ b/apps/permission/templates/permission/scopes.html @@ -11,25 +11,25 @@
{% for app, app_scopes in scopes.items %}
-
+ -
+
{% for scope_id, scope_desc in app_scopes.items %}
-
{% endfor %} -

+

{{ request.scheme }}://{{ request.get_host }}{% url 'oauth2_provider:authorize' %}?client_id={{ app.client_id }}&response_type=code @@ -51,11 +51,10 @@ {% block extrajavascript %}