aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/edit_feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/edit_feed.html')
-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