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
This commit is contained in:
Eli Ribble 2016-06-09 00:38:34 -06:00
parent e70ad7c2b5
commit 8c6c6670f8
2 changed files with 9 additions and 5 deletions

View file

@ -8,7 +8,7 @@
</head>
<body>
<div id="container">
<div class="container">
{% block body %}
default stuff
{% endblock %}