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

Inscription

{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button button_type="submit" content="S'inscrire" %}
{% endblock %}