From 4ef5bcdb94b74189c9b4123e9791b8169f6a632f Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 23 Apr 2014 21:26:03 +0200 Subject: [PATCH] Properly style controls in set of filters --- pgcommitfest/commitfest/templates/commitfest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 5babec7..3b5ae02 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -25,7 +25,7 @@ {%for f in form%} - {{f}} + {{f|field_class:"form-control"}} {%endfor%} -- 2.39.5