--- a/app/templates/projrev/auth/login.html Thu Aug 06 20:20:36 2009 +0530
+++ b/app/templates/projrev/auth/login.html Thu Aug 06 22:36:36 2009 +0530
@@ -7,7 +7,11 @@
<fieldset>
<legend>Log in</legend>
-
+ {% if error %}
+
+
+ Wrong Email or password.<br/>
+ {% endif %}
<label for="login">Email</label>
<input type="text" id="login" name="username"/>
<div class="clear"></div>