From b35e9773198ef2d8b37c4ca223f08147db47de0b Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sat, 12 Dec 2015 21:14:28 +0100 Subject: moving the root of source code from / to /src/ --- web/templates/inactives.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 web/templates/inactives.html (limited to 'web/templates/inactives.html') diff --git a/web/templates/inactives.html b/web/templates/inactives.html deleted file mode 100644 index eb546eca..00000000 --- a/web/templates/inactives.html +++ /dev/null @@ -1,26 +0,0 @@ -{% extends "layout.html" %} -{% block content %} -
-
-
-

{{ _('Days of inactivity') }}:

- -
-
- {% if inactives != [] %} - - {% else %} -

{{ _('No inactive feeds.') }}

- {% endif %} -

-
-{% endblock %} -- cgit