From 92a3725b18047f94e5fef64ccd0046b75836d2ee Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sun, 1 Jan 2017 17:33:22 -0600 Subject: [PATCH] Better layout. --- bikeshop_project/core/templates/base.html | 80 +------------------ .../core/templates/dashboard.html | 2 +- 2 files changed, 2 insertions(+), 80 deletions(-) diff --git a/bikeshop_project/core/templates/base.html b/bikeshop_project/core/templates/base.html index a54ccbf..817be94 100644 --- a/bikeshop_project/core/templates/base.html +++ b/bikeshop_project/core/templates/base.html @@ -52,86 +52,8 @@
{% block header %}{% endblock %}
-
{% block content %} -
- - - 82% - - - - 82% - - - - 82% - - - - 82% - -
-
- - - - - - -
-
-
-
-

Updates

-
-
- Non dolore elit adipisicing ea reprehenderit consectetur culpa. -
-
- Read More -
-
-
-
-
-

View options

-
    -
  • - -
  • -
  • - -
  • -
  • - -
  • -
  • - -
  • -
-
-
- Change location -
- location_on -
-
-
- {% endblock %} -
+ {% endblock %}
diff --git a/bikeshop_project/core/templates/dashboard.html b/bikeshop_project/core/templates/dashboard.html index 0d35da2..996eb1e 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 %}