From d35163511dce7e36dcc6362918873c5fdc23f4a9 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Tue, 17 Jun 2014 13:05:07 +0530 Subject: enabling some links --- tbc/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tbc/views.py b/tbc/views.py index 860161a..730d523 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -100,7 +100,6 @@ def Home(request): def UserLogin(request): context = {} - return render_to_response('tbc/unavailable.html', context) context.update(csrf(request)) if 'require_login' in request.GET: context['require_login'] = True -- cgit