Update authorize template in docs.

This commit is contained in:
Ignacio Fiorentino 2016-12-02 12:03:59 -03:00
parent e1fa322c4f
commit a6fc1a717e

View file

@ -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>