{% extends "base.html" %} {# The explicit confirmation step the issue asks for (#238): a GET renders this page, and only a POST from it removes anything -- a click on the session detail page is not, by itself, enough to delete anything. #} {% block title %}Delete {{ slug }} — Requivo{% endblock %} {% block content %}

← Back to {{ slug }}

Delete this session?

{% include "_csrf.html" %}
Cancel
{% endblock %}