{% 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}}"?

{% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action='Delete' %}
{% endblock maincontent %}