{% extends 'base.html' %} {% block title %} | Delete account{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}
{% if form.errors %}

An error occurred. Please try again.

{% endif %}
{% csrf_token %}

Warning: Delete user account

You are about to delete your user account. This cannot be undone, not even by admins.

Before continuing, please be aware:

  1. Your contributions will be made anonymous and you will no longer have any control over them nor any rights to change them.
  2. If you want to edit or delete any contributions, do so before deleting your account.
  3. Deleting your account cannot be undone. If you click the Delete button below, there's no going back.
    Cancel
{% endblock %} {% block libraries %} {% endblock %}