From 6543a78944f5b6a5c09a0253e6bddbf6ce5916bf Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Tue, 17 Oct 2017 12:25:04 -0400 Subject: [PATCH] Update registration base to use correct static files. --- babyblotter/templates/registration/base.html | 33 ++++++++++---------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/babyblotter/templates/registration/base.html b/babyblotter/templates/registration/base.html index 28d4b22c..cb6848f3 100644 --- a/babyblotter/templates/registration/base.html +++ b/babyblotter/templates/registration/base.html @@ -7,23 +7,22 @@ {% block title %}{% endblock %} | Baby Blotter - - + {% if debug %} + + + {% else %} + + + {% endif %} - -
-
-

Baby Blotter

-
-
- {% block content %}{% endblock %} -
+ +
+
+

Baby Blotter

- +
+ {% block content %}{% endblock %} +
+
+