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) }} +
+