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/view_calendar.html | 66 ----------------------------- 1 file changed, 66 deletions(-) delete mode 100755 servo/templates/accounts/view_calendar.html (limited to 'servo/templates/accounts/view_calendar.html') diff --git a/servo/templates/accounts/view_calendar.html b/servo/templates/accounts/view_calendar.html deleted file mode 100755 index 7eece46..0000000 --- a/servo/templates/accounts/view_calendar.html +++ /dev/null @@ -1,66 +0,0 @@ -{% extends "accounts/calendars.html" %} -{% load i18n %} -{% load servo_tags %} - -{% block detail_view %} - -
-{% block view_block %} - -{% endblock view_block %} - -{% block browse_block %} - -{% endblock browse_block %} -
- - - - - - - - - - - - - - {% for i in events %} - - - - - - - - - {% empty %} - - {% endfor %} - -
{% trans "Date" %}{% trans "Started At" %}{% trans "Finished At" %}{% trans "Duration" %}{% trans "Notes" %}
{% ifchanged i.started_at|date %}{{ i.started_at|date:"SHORT_DATE_FORMAT" }}{% endifchanged %}{{ i.started_at|time:"TIME_FORMAT" }}{{ i.finished_at|time:"TIME_FORMAT"|default:"-" }}{{ i.get_duration }}{{ i.notes|default:'' }} -
- {% if i.finished_at %} - - {% else %} - - {% endif %} - - -
-
{% trans "No events found" %}
-{% endblock detail_view %} - -{% block crumbs %} -
  • {% trans "Calendars" %} /
  • -
  • {{ calendar.title }}
  • -{% endblock crumbs %} -- cgit v1.2.3