{% extends 'base.html' %} {% load bootstrap5 %} {% block content %}
{% csrf_token %} {% bootstrap_form user_form %} {% buttons %} {% endbuttons %}
{% endblock %}