Skip to content

Commit

Permalink
Better display form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Feb 16, 2015
1 parent 77c7552 commit e5ceb1b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/wiggle/templates/oauth_login_form.dtl
Expand Up @@ -257,10 +257,12 @@ a:hover{
<input type="text" name="username" class="username" placeholder="Enter your email" />
<input type="password" name="password" placeholder="Password" />
{% endif %}

The client <br/>
<b>{{client_name}}</b><br/>
requests the following permissions:
<center>
The client <br/>
<b>{{client_name}}</b><br/>
requests the following permissions:
</center>

<ul>
{% for scope_desc in scope_list %}
<li>{{ scope_desc }}</li>
Expand Down

0 comments on commit e5ceb1b

Please sign in to comment.