{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Delete Graph Image {% endblock %} {% block content %}
{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}

Confirm Graph Delete

This will permanently delete the graph

Cancel

Delete

/{{ graph.filename }}

{% endblock %}