{% extends 'map/base.html' %} {% load crispy_forms_filters %} {% block title %}Delete your location{% endblock %} {% block h1 %}Delete your location{% endblock %} {% block content %}

Are you sure?

Are you sure you want to delete your profile ? You will permanently lose access to this service.
This is immediate and can't be undone.
{% csrf_token %} No, cancel
{% endblock %}