From 58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 22 Apr 2015 08:36:40 +0200 Subject: Full text seaerch with Whoosh has been removed. --- pyaggr3g470r/templates/management.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 45496a20..72259551 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -5,9 +5,6 @@

{{ _('Your subscriptions') }}

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add a') }} {{ _('feed') }}.

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

- {% if not on_heroku %} - {{ _('Index database') }} - {% endif %} {{ _('Delete articles older than 10 weeks') }}
-- cgit