diff options
author | hardythe1 | 2014-06-16 16:53:03 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-16 16:53:03 +0530 |
commit | 2bcd478ba83d3e67da4d9a2bdde9fb90c27716df (patch) | |
tree | 7e2261c2c183b9e26f9e6322e781f445de9f7a8c /tbc/urls.py | |
parent | 10d586434c8eb0f78b5d2ebd901d3d435f5fdd25 (diff) | |
download | Python-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.py | 2 |
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'), |