summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-06-17 13:05:07 +0530
committerhardythe12014-06-17 13:05:07 +0530
commitd35163511dce7e36dcc6362918873c5fdc23f4a9 (patch)
tree752a9118e9cb8bd689b734961027005cf72613b9
parent54108e67c18e87e34cd5adb831958c7b622be763 (diff)
downloadPython-TBC-Interface-d35163511dce7e36dcc6362918873c5fdc23f4a9.tar.gz
Python-TBC-Interface-d35163511dce7e36dcc6362918873c5fdc23f4a9.tar.bz2
Python-TBC-Interface-d35163511dce7e36dcc6362918873c5fdc23f4a9.zip
enabling some links
-rwxr-xr-xtbc/views.py1
1 files changed, 0 insertions, 1 deletions
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