Update authorize template in docs.
This commit is contained in:
parent
e1fa322c4f
commit
a6fc1a717e
1 changed files with 3 additions and 2 deletions
|
@ -20,10 +20,11 @@ You can copy the sample html here and edit them with your own styles.
|
|||
|
||||
<ul>
|
||||
{% for scope in params.scope %}
|
||||
<li>{{ scope | capfirst }}</li>
|
||||
<li><strong>{{ scope.name }}</strong><br><i>{{ scope.description }}</i></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<input type="submit" value="Decline" />
|
||||
<input name="allow" type="submit" value="Authorize" />
|
||||
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue