From 3e45bd2ccc453052ed18dd82437452dce83504e4 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 29 Aug 2012 11:47:55 -0400 Subject: [PATCH] Use a Bootstrap alert class on failed login (imported from commit d0e0048e4f3b99f9e2512c8b7f7249b6fa5201a3) --- templates/zephyr/login.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/zephyr/login.html b/templates/zephyr/login.html index 168b99778d..3dcbbcf8d4 100644 --- a/templates/zephyr/login.html +++ b/templates/zephyr/login.html @@ -9,7 +9,9 @@ autofocus('#id_username');

Log in

{% if form.errors %} -

Your username and password didn't match. Please try again.

+
+ Your username and password didn't match. Please try again. +
{% endif %}