{% extends 'registration/base.html' %} {% load i18n %} {% block title %}{% trans "Log in" %}{% endblock %} {% block content %}

{% trans "Log in" %}

{% csrf_token %}
  • {{ form.username }}
  • {{ form.password }}
{% include 'registration/form_errors.html' %}
{% endblock %}