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/edit_calendar_event.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 servo/templates/accounts/edit_calendar_event.html (limited to 'servo/templates/accounts/edit_calendar_event.html') diff --git a/servo/templates/accounts/edit_calendar_event.html b/servo/templates/accounts/edit_calendar_event.html deleted file mode 100755 index 7316791..0000000 --- a/servo/templates/accounts/edit_calendar_event.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "accounts/calendars.html" %} - -{% block detail_view %} -
- {% csrf_token %} - {% include "form_field_snippet.html" with field=form.started_at %} -
- {{ form.finished_at }} - -
- {% include "form_field_snippet.html" with field=form.notes %} - {% include "form_buttons.html" %} -
-{% endblock detail_view %} -- cgit v1.2.3