diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-09 20:14:33 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-04-09 20:14:33 +0200 |
commit | 5d220e360454e7643eb5539fa329702cb5c273c5 (patch) | |
tree | 2797e3e3c98c0d47e9515ab4a2c9fd4c0f3070bd /pyaggr3g470r/templates/home.html | |
parent | Fixed bug for deployment on Heroku (3). (diff) | |
download | newspipe-5d220e360454e7643eb5539fa329702cb5c273c5.tar.gz newspipe-5d220e360454e7643eb5539fa329702cb5c273c5.tar.bz2 newspipe-5d220e360454e7643eb5539fa329702cb5c273c5.zip |
Management of users via the administrator's account.
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r-- | pyaggr3g470r/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index 223653c1..6363ee06 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -2,7 +2,7 @@ {% block content %} <div class="container"> {% if user.feeds.all()|count == 0 %} - <h1>You are not subscribed to any feed. <a href="/edit_feed/">Fix this</a>.</h1> + <h1>You are not subscribed to any feed. <a href="/create_feed/">Fix this</a>.</h1> {% else %} {% for feed in user.feeds|sort(attribute="title") %} <div class="row"> |