{% extends 'global.html'%} {% load static %} {% block title %}Lost Place Deletion{% endblock %} {% block maincontent %}
Delete place {% csrf_token %}

Are you sure you want to delete {{place.name}}?

{{ form.as_p }}
{% endblock maincontent %}