Merge pull request #66 from rmountjoy92/develop
fixed jinja2.exceptions.UndefinedError: 'GridViewApp' is undefined error
This commit is contained in:
commit
b24a446b54
@ -78,7 +78,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{# otherwise, render the apps like this #}
|
{# otherwise, render the apps like this #}
|
||||||
{% for app in apps %}
|
{% for app in apps %}
|
||||||
{{ GridViewApp(app) }}
|
{{ App(app) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user