{% extends "common/base.html" %} {% load django_bootstrap5 %} {% block content %}

Connexion

{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button button_type="submit" content="Connexion" %} Create account
{% endblock %}