From 861131a07f83c47284c7f02daddbac349e1f8638 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 3 Dec 2012 08:13:25 +0100 Subject: Number of days with datetime.timedelta can't be bigger than 999999999. --- source/templates/inactives.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/templates/inactives.html b/source/templates/inactives.html index 190afe19..57482b61 100644 --- a/source/templates/inactives.html +++ b/source/templates/inactives.html @@ -3,7 +3,7 @@
%if inactives != []:
-

Feeds with no recent articles since days:

+

Feeds with no recent articles since days:

%else:

No inactive feeds.

- %endif \ No newline at end of file + %endif -- cgit