{% extends "registration/base.html" %} {% load bootstrap3 %} {% block registration_content %}

Login

{% if next %} {% if user.is_authenticated %} {% else %}

Please login to view this page.

{% endif %} {% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Forgot password {% endbuttons %}
{% endblock %}