make it pretty

This commit is contained in:
Uwe Kamper 2013-10-25 04:24:26 +02:00
parent 96ff186913
commit 847eb691fe
8 changed files with 68 additions and 11 deletions

View file

@ -9,7 +9,8 @@
</div>
</div>
<div class="row">
<div class="well">
<div class="span11 well">
<h3>Login</h3>
<form class="form form-horizontal" action="/account/login/?next={{ redirect_to }}" method="post">
{% csrf_token %}
{{ form|crispy }}
@ -21,5 +22,9 @@
</form>
</div>
</div>
<hr />
<div class="row pull-right">
<small class="muted">Copyright &copy; 2013 by c-base e.V.</small>
</div>
</div>
{% endblock body %}