diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-27 15:09:02 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-27 15:09:02 +0100 |
commit | 6c6b83747bdb4e18b1415776e0ae2a95a40385c8 (patch) | |
tree | d14b9cb25623dd0875beee02da3937cf3be5e709 /source/static/templates | |
parent | Minor changes to the format of the /management page. (diff) | |
download | newspipe-6c6b83747bdb4e18b1415776e0ae2a95a40385c8.tar.gz newspipe-6c6b83747bdb4e18b1415776e0ae2a95a40385c8.tar.bz2 newspipe-6c6b83747bdb4e18b1415776e0ae2a95a40385c8.zip |
THe /management page points now to the /subsciptions page.
Diffstat (limited to 'source/static/templates')
-rw-r--r-- | source/static/templates/management.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/static/templates/management.html b/source/static/templates/management.html index 7f810d06..9bdbb2ae 100644 --- a/source/static/templates/management.html +++ b/source/static/templates/management.html @@ -2,7 +2,7 @@ <%inherit file="base.html"/> <div class="left inner"> <h1>Subscriptions</h1> - <p>Add a new subscription:</p> + <p>Add a new subscription (current <a href="/subscriptions/">subscriptions</a>):</p> <form method=get action="/add_feed/"> <input type="url" name="url" placeholder="URL of a site or feed." maxlength=2048 autocomplete="off"> <input type="submit" value="OK"> |