fixed jinja2.exceptions.UndefinedError: 'GridViewApp' is undefined error

This commit is contained in:
Ross Mountjoy 2020-03-28 14:07:19 -04:00
parent 580c884174
commit d6d3f7aebc

View File

@ -78,7 +78,7 @@
{% else %}
{# otherwise, render the apps like this #}
{% for app in apps %}
{{ GridViewApp(app) }}
{{ App(app) }}
{% endfor %}
{% endif %}
{% else %}