{% extends "registration/base.html" %} {% block title %}Login - {{ block.super }}{% endblock %} {% block content %}

Log in


{% csrf_token %} {{ form.as_p }} {% if next %}{% endif %}

Forgot Password?

{% endblock content %}