summaryrefslogtreecommitdiff
path: root/tbc/urls.py
diff options
context:
space:
mode:
authorhardythe12014-06-16 16:53:03 +0530
committerhardythe12014-06-16 16:53:03 +0530
commit2bcd478ba83d3e67da4d9a2bdde9fb90c27716df (patch)
tree7e2261c2c183b9e26f9e6322e781f445de9f7a8c /tbc/urls.py
parent10d586434c8eb0f78b5d2ebd901d3d435f5fdd25 (diff)
downloadPython-TBC-Interface-2bcd478ba83d3e67da4d9a2bdde9fb90c27716df.tar.gz
Python-TBC-Interface-2bcd478ba83d3e67da4d9a2bdde9fb90c27716df.tar.bz2
Python-TBC-Interface-2bcd478ba83d3e67da4d9a2bdde9fb90c27716df.zip
disbling link for the time being again for copyright issues
Diffstat (limited to 'tbc/urls.py')
-rw-r--r--tbc/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/urls.py b/tbc/urls.py
index 0aa0b3c..7ee91aa 100644
--- a/tbc/urls.py
+++ b/tbc/urls.py
@@ -2,7 +2,7 @@ from django.conf.urls import patterns, include, url
urlpatterns = patterns('',
- url(r'^$', 'tbc.views.Home', name='Home'),
+ url(r'^$', 'tbc.views.TemporarilyUnavailable', name='TemporarilyUnavailable'),
url(r'^internship-forms/$', 'tbc.views.InternshipForms', name='InternshipForms'),
url(r'^about-pythontbc/$', 'tbc.views.AboutPytbc', name='AboutPytbc'),
url(r'^register/$', 'tbc.views.UserRegister', name='UserRegister'),