aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/urls.py
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@snark.mit.edu>2008-07-07 00:16:02 -0400
committerbryan newbold <bnewbold@snark.mit.edu>2008-07-07 00:16:02 -0400
commit954ae3364724589b47c51dd4492161794ea2ea37 (patch)
tree2f9f0cbe0482ca4da387e70cf6202a104929e83b /bn_django/urls.py
parente83829b3f0381d7f964d222629d31c55fa4a78f7 (diff)
downloadbnewnet-954ae3364724589b47c51dd4492161794ea2ea37.tar.gz
bnewnet-954ae3364724589b47c51dd4492161794ea2ea37.zip
re-enabling knowledge...
Diffstat (limited to 'bn_django/urls.py')
-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'}),