aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-22 08:36:40 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-22 08:36:40 +0200
commit58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67 (patch)
treebadbb2486b5cd6c639924a06a01fd185db2dbc7c /pyaggr3g470r/templates/management.html
parentFixed the default configuration file. Minor update to the install.sh script. (diff)
downloadnewspipe-58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67.tar.gz
newspipe-58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67.tar.bz2
newspipe-58c89a2fe1e1118d6e37551f4d660d5b2e2e0b67.zip
Full text seaerch with Whoosh has been removed.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r--pyaggr3g470r/templates/management.html3
1 files changed, 0 insertions, 3 deletions
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 @@
<h1>{{ _('Your subscriptions') }}</h1>
<p>{{ _('You are subscribed to') }} {{ nb_feeds }} <a href="/feeds">{{ _('feeds') }}</a>. {{ _('Add a') }} <a href="{{ url_for("feed.form") }}">{{ _('feed') }}</a>.</p>
<p>{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.</p>
- {% if not on_heroku %}
- <a href="/index_database" class="btn btn-default">{{ _('Index database') }}</a>
- {% endif %}
<a href="/expire_articles?weeks=10" class="btn btn-default" onclick="return confirm('{{ _('You are going to delete old articles.') }}');">{{ _('Delete articles older than 10 weeks') }}</a>
</div>
<div class="well">
bgstack15