{% extends 'base.html' %} {% block title %} Delete Account{{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{{ error }}

Delete Account

Warning: You are about to permanently delete your account and all of its associated models and tests. Please enter your password below to continue.

{% csrf_token %}
Return to account menu {% endblock %}