From 4c8bb70e705e3dd5e2bacdd49c97e40bc5396949 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 20 Aug 2014 15:12:51 +0200 Subject: It is now possible to delete articles older than a given number of weeks. --- pyaggr3g470r/templates/management.html | 1 + 1 file changed, 1 insertion(+) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 4375ebdd..f8b7b8a0 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -8,6 +8,7 @@ {% if not_on_heroku %} {{ _('Index database') }} {% endif %} + {{ _('Delete articles older than 10 weeks') }}

{{ _('Your Profile') }}

-- cgit