{% extends "base.html" %} {% block title %}Delete {{ event.name }} | Roadshow Calendar{% endblock %} {% block content %}
Delete event

Remove {{ event.name }}?

This removes the event from the custom dashboard, the public calendar, and the embed widget. This action cannot be undone.

Starts {{ event.start|date:"M j, Y g:i A" }}
Ends {{ event.end|date:"M j, Y g:i A" }}
Location {{ event.location|default:"Location announced soon" }}
{% csrf_token %}
Keep event
{% endblock %}