diff options
Diffstat (limited to 'servo/templates/accounts/delete_calendar.html')
-rwxr-xr-x | servo/templates/accounts/delete_calendar.html | 17 |
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 %} |