{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% extends "layout.html" %} {% block title %} {{ _("Delete my account") }} {% endblock %} {% block column %} {{ template_helper.call('preferences_menu',current='delete') | safe }} {% endblock %} {% block navbar %} {% endblock %} {% block content %}

{{ _("Delete my account") }}

{%if error %}
{{msg}}
{% elif msg %}
{{msg}}
{% endif %}

{% endblock %}