From 8c6c6670f8ad735964329a7fa0f78922f9ff689a Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 9 Jun 2016 00:38:34 -0600 Subject: [PATCH] Pretty up my login form with bootstrap styles Mostly I just used he right class for the layout container and added some classes to the login form so that bootstrap styles could handle the rest --- templates/layout.html | 2 +- templates/login.html | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index 42dd4ee..5d9d9ba 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,7 +8,7 @@ -
+
{% block body %} default stuff {% endblock %} diff --git a/templates/login.html b/templates/login.html index 82be573..e845b94 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,9 +1,13 @@ {% extends 'layout.html' %} {% block body %} -

Please log in

+

Welcome to Vanth

+

Please log in

- - - Log in +
+ + + + + {% endblock %}