aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-11-23 19:27:30 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-11-23 19:27:30 +0100
commitb2c2b35f8f1321a8becc49a1c8e61a6123ed616f (patch)
tree1de5892d7f8911e0456e069b19b3b59922e89079 /pyaggr3g470r/templates
parentTest if a feed already exists before creating a new one. (diff)
downloadnewspipe-b2c2b35f8f1321a8becc49a1c8e61a6123ed616f.tar.gz
newspipe-b2c2b35f8f1321a8becc49a1c8e61a6123ed616f.tar.bz2
newspipe-b2c2b35f8f1321a8becc49a1c8e61a6123ed616f.zip
It is now possible to enable or disable (stop checking for updates) a feed.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/edit_feed.html3
1 files changed, 3 insertions, 0 deletions
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") }}
</form>
</div>
bgstack15