diff options
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/edit_feed.html | 3 |
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> |