{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Delete your account{% endblock %} {% block content %}

Delete your account


Warning: This will remove your account and all your data. You will not be able to recover from this action. We cannot restore your account

{% csrf_token %} {{ user_form.as_p}} {% csrf_token %}
{% endblock %}