diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-10 00:49:04 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-10 00:49:04 +0100 |
commit | 1677355a38a2e9c87aa43da1de1459bac1fba63c (patch) | |
tree | 494fe7b033fe5ff9547e01da646d12c49c1c0fc1 /pyaggr3g470r/templates/management.html | |
parent | Removed admin interface. (diff) | |
download | newspipe-1677355a38a2e9c87aa43da1de1459bac1fba63c.tar.gz newspipe-1677355a38a2e9c87aa43da1de1459bac1fba63c.tar.bz2 newspipe-1677355a38a2e9c87aa43da1de1459bac1fba63c.zip |
Test if the user is subscribed to a feed.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-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 031e3e7e..61da8943 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>.</p> + <p>You are subscribed to {{ nb_feeds }} <a href="/feeds">feeds</a>. Add a <a href="/edit_feed/">feed</a>.</p> <p>{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} <a href="/unread/">unread articles</a>.</p> </div> </div><!-- /.container --> |