hausarbeit-hikmat_galan_neu.../mensaviewer/templates/location/delete.html
Jannes Hikmat 3387056120 update
2023-01-08 19:51:05 +01:00

13 lines
241 B
HTML

{% extends 'base.html' %}
{% block content %}
<form class="model-form" method="post">
{% csrf_token %}
<p>Are you sure you want to delete "{{ object }}"?</p>
{{ form }}
<input type="submit" value="Confirm">
</form>
{% endblock %}