From ba50e500a1da9266f9bee5bc38b69635637f6129 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 26 Mar 2014 14:48:45 +0530 Subject: User authentication using external database. Django authentication backend overriden to authenticate user using spoken tutorial database. Added database router to handle the database operations. --- testapp/templates/exam/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testapp/templates') diff --git a/testapp/templates/exam/login.html b/testapp/templates/exam/login.html index 078e7a7..d63d639 100644 --- a/testapp/templates/exam/login.html +++ b/testapp/templates/exam/login.html @@ -15,8 +15,8 @@ {{ form.as_table }}
    
-
Forgot Password?

-
New User? Sign-Up
+ {% endblock content %} -- cgit