{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Deactivate your account{% endblock %} {% block main %}

Deactivate your account


Account deactivation is reversible. After you logout, you will not be able to access your data any more, but the site admin can restore your account.

{% csrf_token %} {{ user_form.as_p}} {% csrf_token %}
{% endblock %} {% block sidebar %} {% include 'menu_profile.html' %} {% endblock %}