{% extends "master.html" %} {% block title %}Delete calendar{% endblock %} {%block tag %}admin{% endblock %} {% block content %}

Calendar: {{ calendarobj.calendar_name}}

Are you positively sure that's what you want to do?

{{ render_field_invert(form.confirm_delete) }}

{{ form.csrf_token }}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}