{% extends '_base.html' %} {% block title %}Delete Account{%endblock title%} {% load django_bootstrap5 %} {% block content%}

Confirm Deleting your Account

❗ This will erase your account and all information attached to it (irreversible).

Please help us with a little feedback before you leave

{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button button_type='submit' button_class='btn-danger' content='Delete Account' %}
{% endblock content %}