aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/urls.py b/bn_django/urls.py
index e1545a8..7f602e2 100644
--- a/bn_django/urls.py
+++ b/bn_django/urls.py
@@ -24,8 +24,8 @@ urlpatterns = patterns('',
{'template': 'copyright.html'}),
(r'^knowledge/$', 'bn_django.git_wiki.views.frontpage',),
- (r'^k/$', 'django.views.generic.simple.direct_to_template',
- {'template': 'nogo.html'}),
+ #(r'^k/$', 'django.views.generic.simple.direct_to_template',
+ # {'template': 'nogo.html'}),
(r'^k/', include('bn_django.git_wiki.urls')),
(r'^code/$', 'django.views.generic.simple.direct_to_template',
{'template': 'nogo.html'}),