Merge pull request #233 from YannikG/patch-1

Fixed wrong Object in Template
This commit is contained in:
Juan Ignacio Fiorentino 2018-02-19 23:36:41 -03:00 committed by GitHub
commit 0e50f82087
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>