{% extends "account/base.html" %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}Delete Account{% endblock %} {% block body %}

Delete Account

If you go ahead and delete your account, your information will be expunged within {{ ACCOUNT_DELETION_EXPUNGE_HOURS }} hours.

{% csrf_token %}
{% endblock %}