forked from Github-Mirrors/canaille
Improved consent page
This commit is contained in:
parent
67be75435a
commit
d3c4a762ab
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
||||||
<img class="ui centered tiny image" src="{{ client.oauthLogoURI }}" alt="{{ client.oauthClientName }}">
|
<img class="ui centered tiny image" src="{{ client.oauthLogoURI }}" alt="{{ client.oauthClientName }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="ui center aligned container">
|
|
||||||
{{ gettext('You are logged id as: %(name)s', name=user.name) }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2 class="ui header">{{ gettext('The application %(name)s is requesting access to:', name=client.oauthClientName) }}</h3>
|
<h2 class="ui header">{{ gettext('The application %(name)s is requesting access to:', name=client.oauthClientName) }}</h3>
|
||||||
|
|
||||||
<div class="ui divided items">
|
<div class="ui divided items">
|
||||||
|
@ -30,6 +26,10 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="ui center aligned container">
|
||||||
|
{{ gettext('You are logged id as: %(name)s', name=user.name) }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="ui center aligned container">
|
<div class="ui center aligned container">
|
||||||
<div class="ui stackable buttons">
|
<div class="ui stackable buttons">
|
||||||
<form action="{{ request.url }}" method="post">
|
<form action="{{ request.url }}" method="post">
|
||||||
|
|
Loading…
Reference in a new issue