From ed564df73d297754082d16952c92fd5a3f4b9b62 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 8 Nov 2014 23:27:22 +0100 Subject: Class btn-default for the 'Log In' button. --- pyaggr3g470r/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates/login.html') diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html index 8bfbffa5..2930a8ee 100644 --- a/pyaggr3g470r/templates/login.html +++ b/pyaggr3g470r/templates/login.html @@ -23,7 +23,7 @@ {{ form.password(class_="form-control", placeholder=_('Your Password')) }} - {{ form.submit(class_="btn") }} + {{ form.submit(class_="btn btn-default") }} {{ _('Sign up') }} -- cgit