{% extends 'base/base.html' %} {% load crispy_forms_tags %} {% load static %} {% block title %}Delete Account{% endblock %} {% block content %} {% include "base/navbar.html" %}

Account Deletion

You have requested to delete the account with username {{ user.username }}.

Please note that this cannot be undone.

To verify that you'd like to remove your account, please type your username into the box below.

{% crispy form %}
{% endblock %}