{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Delete Graph Image {% endblock %} {% block main %}
  • {% csrf_token %}

    Are you sure you want to delete this chart?

  • {{ object.filename }}
{% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}