Fixed wrong Object in Template

See >> https://github.com/juanifioren/django-oidc-provider/blob/v0.5.x/oidc_provider/views.py#L129
This commit is contained in:
Yannik Gartmann 2018-02-19 16:31:30 +01:00 committed by GitHub
parent f052f694c9
commit baa53d0c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ You can copy the sample html here and edit them with your own styles.
{{ hidden_inputs }}
<ul>
{% for scope in params.scope %}
{% for scope in scopes %}
<li><strong>{{ scope.name }}</strong><br><i>{{ scope.description }}</i></li>
{% endfor %}
</ul>