{% extends "elearning.html" %} {% block headtitle %}Delete Your Account - Administration - {{ block.super }}{% endblock %} {% block content %}
 
{% include "website/partials/profile_menu.html" with active="5" %}
 

Are you sure you want to delete your account?

This will delete ALL your course submissions.

{% csrf_token %} {% include "partials/form.html" with form=user_form %}
Cancel
{% endblock %}