From b2c2b35f8f1321a8becc49a1c8e61a6123ed616f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 23 Nov 2013 19:27:30 +0100 Subject: It is now possible to enable or disable (stop checking for updates) a feed. --- pyaggr3g470r/templates/edit_feed.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/edit_feed.html b/pyaggr3g470r/templates/edit_feed.html index 2aff40c8..1ea774b6 100644 --- a/pyaggr3g470r/templates/edit_feed.html +++ b/pyaggr3g470r/templates/edit_feed.html @@ -18,6 +18,9 @@ {{ form.email_notification.label }} {{ form.email_notification(class_="checkbox") }} + {{ form.enabled.label }} + {{ form.enabled(class_="checkbox") }} + {{ form.submit(class_="btn") }} -- cgit