fixed jinja2.exceptions.UndefinedError: 'GridViewApp' is undefined error
This commit is contained in:
parent
580c884174
commit
d6d3f7aebc
@ -78,7 +78,7 @@
|
||||
{% else %}
|
||||
{# otherwise, render the apps like this #}
|
||||
{% for app in apps %}
|
||||
{{ GridViewApp(app) }}
|
||||
{{ App(app) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user