diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-27 14:49:43 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-27 14:49:43 +0100 |
commit | 62e4b02f82d483953a7e14718712ece0f0014434 (patch) | |
tree | 19a0f365377f97720f771129aa1b36a4a786e134 /source/static/templates | |
parent | Get Unicode string of the output of BeautifulSoup. (diff) | |
download | newspipe-62e4b02f82d483953a7e14718712ece0f0014434.tar.gz newspipe-62e4b02f82d483953a7e14718712ece0f0014434.tar.bz2 newspipe-62e4b02f82d483953a7e14718712ece0f0014434.zip |
Removed the 'Add feed' form from the page /subscriptions.
Diffstat (limited to 'source/static/templates')
-rw-r--r-- | source/static/templates/subscriptions.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/static/templates/subscriptions.html b/source/static/templates/subscriptions.html index f1eb8a7f..81196075 100644 --- a/source/static/templates/subscriptions.html +++ b/source/static/templates/subscriptions.html @@ -9,10 +9,3 @@ %endfor </ul> %endif - - <br /> - <h1>Add a feed</h1> - <form method=get action="/add_feed/"> - <input type="url" name="url" placeholder="URL of a site" maxlength=2048 autocomplete="off"> - <input type="submit" value="OK"> - </form>
\ No newline at end of file |