From b5ec436238f70c65ac2ba9231c48425f723686dd Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sat, 31 Dec 2016 00:07:49 -0600 Subject: [PATCH] Full width component --- bikeshop_project/core/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bikeshop_project/core/templates/dashboard.html b/bikeshop_project/core/templates/dashboard.html index 246fb0a..0d35da2 100644 --- a/bikeshop_project/core/templates/dashboard.html +++ b/bikeshop_project/core/templates/dashboard.html @@ -54,6 +54,6 @@ {% endblock %} {% block content %} -
+
{% render_bundle 'main' %} {% endblock %}