{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} Deleting Account {% endblock %} {% block content %}

{% trans " Enter your credentials to confirm " %}

{% csrf_token %}


Back to Index
{% endblock %}