{% extends "base.html" %} {% block content %}
Delete QSO

Are you sure you want to delete this QSO?

{% csrf_token %}
{{ qso }}
{% endblock %}