{% extends 'users/new-ui/user_base.html' %} {% block content %} {{ block.super }} {% endblock %} {% block user_content %}

Log in

{% csrf_token %}
{% if form.non_field_errors %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endif %}
{% if not settings.DISABLE_SIGNUP_WITHOUT_LINK %}

Don't have an account?

Sign up
{% endif %} {% endblock %}