summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-18 14:37:30 +0530
committerMadhusudan.C.S2011-01-18 14:37:30 +0530
commitb9f58f4f377e7be9f1f9c8c808a77d7465582ba6 (patch)
tree42ac9c403b70c1ca3a8e408ba4a15d33147c4144
parent8d21799aaab623727bbdd604c38e822f437d7b7e (diff)
downloadpytask-b9f58f4f377e7be9f1f9c8c808a77d7465582ba6.tar.gz
pytask-b9f58f4f377e7be9f1f9c8c808a77d7465582ba6.tar.bz2
pytask-b9f58f4f377e7be9f1f9c8c808a77d7465582ba6.zip
Add the error message to login template.
-rw-r--r--pytask/templates/_user_login.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytask/templates/_user_login.html b/pytask/templates/_user_login.html
index 3768aa1..2f51781 100644
--- a/pytask/templates/_user_login.html
+++ b/pytask/templates/_user_login.html
@@ -22,6 +22,9 @@
<form id="form_login" method="post">
<div id="loginform">
{% csrf_token %}
+ <div id="error">
+ Username/Password did not match
+ </div>
<div id="field">
<label for="username">Username</label>
<input id="username" type="text" name="username" />