Merge pull request #66 from rmountjoy92/develop

fixed jinja2.exceptions.UndefinedError: 'GridViewApp' is undefined error
This commit is contained in:
sportivaman 2020-03-28 14:07:58 -04:00 committed by GitHub
commit b24a446b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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