diff --git a/dashmachine/templates/main/home.html b/dashmachine/templates/main/home.html
index d740df9..dbbd366 100644
--- a/dashmachine/templates/main/home.html
+++ b/dashmachine/templates/main/home.html
@@ -78,7 +78,7 @@
{% else %}
{# otherwise, render the apps like this #}
{% for app in apps %}
- {{ GridViewApp(app) }}
+ {{ App(app) }}
{% endfor %}
{% endif %}
{% else %}