From ac2bcc64edcaf7378b745dd58a38fe66fd9140df Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sat, 9 Jul 2016 11:37:33 -0600 Subject: [PATCH] Center login form. --- bikeshop_project/registration/templates/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bikeshop_project/registration/templates/login.html b/bikeshop_project/registration/templates/login.html index e3d1623..0b4333c 100644 --- a/bikeshop_project/registration/templates/login.html +++ b/bikeshop_project/registration/templates/login.html @@ -35,7 +35,7 @@ {% block content %} -
+

Welcome

{% if form.non_field_errors %} @@ -64,4 +64,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}