{% 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 location ? This can't be undone, though you will be able to add it again in the future.
{% csrf_token %} No, cancel
{% endblock %}