Merge pull request #233 from YannikG/patch-1
Fixed wrong Object in Template
This commit is contained in:
commit
0e50f82087
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue