We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea64ad commit 7fedd91Copy full SHA for 7fedd91
1 file changed
rootfs/api/templates/oauth2_provider/authorize.html
@@ -6,8 +6,10 @@
6
{% if not error %}
7
<h2 class="h3">{% trans "Authorize" %} {{ application.name }}?</h2>
8
{{ updated }}
9
- <div>{{ application.name }} wants to access your {{ request.user.username }} account</div>
10
<form id="authorizationForm" method="post">
+ <div class="form-group">
11
+ <p class="gray-90">{{ application.name }} wants to access your {{ request.user.username }} account</p>
12
+ </div>
13
{% csrf_token %}
14
{% for field in form %}
15
{% if field.is_hidden %}
0 commit comments