Delete data from a location. Choose a date range to delete data for.
Note: both start and end date are optional. If neither are specified, all data for the location will be deleted.
{% from "_formhelpers.html" import render_field, render_checkboxes, render_flashed_messages %} {% extends "base.html" %} {% block title %}Delete data{% endblock %} {% block menu_items %}
Delete data from a location. Choose a date range to delete data for.
Note: both start and end date are optional. If neither are specified, all data for the location will be deleted.