diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-13 00:03:55 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-13 00:03:55 +0300 |
commit | 98b8e9006e2cfdf155c2789393251d77ef027161 (patch) | |
tree | c8999a4b24d9c50b5059bb735cfab33351a18521 /servo/templates/accounts/delete_calendar.html | |
parent | 86c04e60b932b8051cde013396aec84a35eff871 (diff) | |
download | Servo-98b8e9006e2cfdf155c2789393251d77ef027161.tar.gz Servo-98b8e9006e2cfdf155c2789393251d77ef027161.tar.bz2 Servo-98b8e9006e2cfdf155c2789393251d77ef027161.zip |
Removed calendars
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 %} |