diff options
-rw-r--r-- | pyaggr3g470r/templates/edit_feed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/edit_feed.html b/pyaggr3g470r/templates/edit_feed.html index 28b5d683..2aff40c8 100644 --- a/pyaggr3g470r/templates/edit_feed.html +++ b/pyaggr3g470r/templates/edit_feed.html @@ -16,7 +16,7 @@ {{ form.site_link(class_="form-control") }} {% for error in form.site_link.errors %} <span style="color: red;">{{ error }}<br /></span>{% endfor %} {{ form.email_notification.label }} - {{ form.email_notification(class_="form-control") }} + {{ form.email_notification(class_="checkbox") }} {{ form.submit(class_="btn") }} </form> |