From d3c4a762ab4e9d1295bf6e3282c0715aecc655fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 6 Nov 2020 11:57:21 +0100 Subject: [PATCH] Improved consent page --- canaille/templates/authorize.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/canaille/templates/authorize.html b/canaille/templates/authorize.html index 7c048be0..71c6fea0 100644 --- a/canaille/templates/authorize.html +++ b/canaille/templates/authorize.html @@ -6,10 +6,6 @@ {{ client.oauthClientName }} {% endif %} -
- {{ gettext('You are logged id as: %(name)s', name=user.name) }} -
-

{{ gettext('The application %(name)s is requesting access to:', name=client.oauthClientName) }}

@@ -30,6 +26,10 @@ {% endfor %}
+
+ {{ gettext('You are logged id as: %(name)s', name=user.name) }} +
+