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:
parent
e70ad7c2b5
commit
8c6c6670f8
2 changed files with 9 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div class="container">
|
||||
{% block body %}
|
||||
default stuff
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue