{% extends "wx/station_base.html" %} {% block content %}
Delete station
{% if delete_error %}
{{ delete_error }}
{% endif %}

Are you sure you want to delete the station: {{ station.name }}?

{% csrf_token %}
{% endblock %} {% block localjavascript %} {% endblock %}