{% extends 'lib/base.html' %} {% load static %} {% block body %} Delete {{ activity }} | Workoutizer

Delete ' {{ activity }} ' Activity?



Are you sure you want to delete ' {{ activity }} ' Activity?


{% if activity.trace_file %}
  Warning  
This will also delete the trace file of this activity located at:
{{ activity.trace_file.path_to_file }}
{% endif %}
{% csrf_token %}
Cancel
{% endblock %}