{% extends 'base.html' %} {% load bootstrap3 %} {% block body %}
Sign-in
To login use test1/test1 for username/password.
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %} {% if next %}{% endif %}
{% endblock %}