{% extends "django_registration/base_registration.html" %} {% block title %}Log in{% endblock %} {% block body_class %}{{ block.super }} login_form{% endblock %} {% block content_title %}

Log in

{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}

{% if next %}{% endif %}
{% endblock %}