aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/accounts/delete_calendar.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/accounts/delete_calendar.html')
-rwxr-xr-xservo/templates/accounts/delete_calendar.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/servo/templates/accounts/delete_calendar.html b/servo/templates/accounts/delete_calendar.html
deleted file mode 100755
index bae2e16..0000000
--- a/servo/templates/accounts/delete_calendar.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "snippets/modal.html" %}
-{% load i18n %}
-
-{% block header %}
- {{ title }}
-{% endblock header %}
-
-{% block body %}
- {% trans "This will also delete all events in this calendar" %}
-{% endblock body %}
-
-{% block footer %}
- <form method="post" action="{{ action }}">
- {% csrf_token %}
- <button type="submit" class="btn btn-danger">{% trans "Delete" %}</button>
- </form>
-{% endblock footer %}