aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/static/templates/feed.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/static/templates/feed.html b/source/static/templates/feed.html
index d71672b1..2b394c46 100644
--- a/source/static/templates/feed.html
+++ b/source/static/templates/feed.html
@@ -130,6 +130,10 @@ import utils
<input type="hidden" name="feed_id" value="${feed['feed_id']}" />
</form>
+ <form method=get action="/remove_feed/${feed['feed_id']}">
+ <p><input type="submit" value="Unsubscribe" />
+ (deletes corresponding articles)</p>
+ </form>
%if articles != []:
</br />
bgstack15