aboutsummaryrefslogtreecommitdiff
path: root/source/static
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-03-27 14:49:43 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-03-27 14:49:43 +0100
commit62e4b02f82d483953a7e14718712ece0f0014434 (patch)
tree19a0f365377f97720f771129aa1b36a4a786e134 /source/static
parentGet Unicode string of the output of BeautifulSoup. (diff)
downloadnewspipe-62e4b02f82d483953a7e14718712ece0f0014434.tar.gz
newspipe-62e4b02f82d483953a7e14718712ece0f0014434.tar.bz2
newspipe-62e4b02f82d483953a7e14718712ece0f0014434.zip
Removed the 'Add feed' form from the page /subscriptions.
Diffstat (limited to 'source/static')
-rw-r--r--source/static/templates/subscriptions.html7
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
bgstack15