{% extends 'base.html' %} {% load django_bootstrap5 %} {% block content %}
{% csrf_token %} {% bootstrap_form user_form %}
{% endblock %}