From 85ccedb64a1d103059011e923949a84e2c0a4f5f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 10 Nov 2013 14:53:39 +0100 Subject: Changed style of the checkbox. --- pyaggr3g470r/templates/edit_feed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') 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 %} {{ error }}
{% endfor %} {{ form.email_notification.label }} - {{ form.email_notification(class_="form-control") }} + {{ form.email_notification(class_="checkbox") }} {{ form.submit(class_="btn") }} -- cgit