diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-14 08:34:53 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-14 08:34:53 +0200 |
commit | 8259334322757cfefd693fa669a94226df21127a (patch) | |
tree | 439a59baae69a350a1ba16520a93f590c966a913 /pyaggr3g470r | |
parent | Updated translations. (diff) | |
download | newspipe-8259334322757cfefd693fa669a94226df21127a.tar.gz newspipe-8259334322757cfefd693fa669a94226df21127a.tar.bz2 newspipe-8259334322757cfefd693fa669a94226df21127a.zip |
Removed a link pointing to a deleted page.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r-- | pyaggr3g470r/templates/management.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 998334a3..45496a20 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -4,7 +4,7 @@ <div class="well"> <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 }} <a href="/unread">{{ _('unread articles') }}</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 %} |