{% extends "base.html" %} {% load i18n bootstrap4 %} {% block title %}{% translate "Log in" %} · {{ block.super }}{% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.username %} {% bootstrap_field form.password %}
{% endblock %}