aboutsummaryrefslogtreecommitdiff
path: root/source/static
diff options
context:
space:
mode:
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