From 98b8e9006e2cfdf155c2789393251d77ef027161 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 13 May 2021 00:03:55 +0300 Subject: Removed calendars --- servo/templates/accounts/delete_calendar.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 servo/templates/accounts/delete_calendar.html (limited to 'servo/templates/accounts/delete_calendar.html') 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 %} -
- {% csrf_token %} - -
-{% endblock footer %} -- cgit v1.2.3