From f63ccd7cc96b447620345c8267e7909e26506443 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 10 Sep 2013 07:38:49 +0200 Subject: It is now possible to delete all articles from a feed from the database via the /feed page. --- source/static/templates/feed.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source') diff --git a/source/static/templates/feed.html b/source/static/templates/feed.html index d71672b1..2b394c46 100644 --- a/source/static/templates/feed.html +++ b/source/static/templates/feed.html @@ -130,6 +130,10 @@ import utils +
+

+ (deletes corresponding articles)

+
%if articles != []:
-- cgit