aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2014-04-08 07:48:48 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2014-04-08 07:48:48 +0200
commitf7fdfe946180db61802cd8c2cf88392ace1d78e4 (patch)
tree0fe1ed5e1bd10407a58d037088154bae781b0d55 /pyaggr3g470r/templates/management.html
parentAdded decorator to check if a user has access to a feed. (diff)
downloadnewspipe-f7fdfe946180db61802cd8c2cf88392ace1d78e4.tar.gz
newspipe-f7fdfe946180db61802cd8c2cf88392ace1d78e4.tar.bz2
newspipe-f7fdfe946180db61802cd8c2cf88392ace1d78e4.zip
Management page near to be OK.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r--pyaggr3g470r/templates/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index 41dbd4e9..540cb403 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -3,7 +3,7 @@
<div class="container">
<div class="jumbotron">
<h1>Your subscriptions</h1>
- <p>You are subscribed to {{ nb_feeds }} <a href="/feeds">feeds</a>. Add a <a href="/edit_feed/">feed</a>.</p>
+ <p>You are subscribed to {{ nb_feeds }} <a href="/feeds">feeds</a>. Add a <a href="/create_feed/">feed</a>.</p>
<p>{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} <a href="/unread/">unread articles</a>.</p>
<a href="/index_database/" class="btn btn-default">Index database</a>
</div>
bgstack15