diff options
author | bryan newbold <bnewbold@snark.mit.edu> | 2008-07-07 00:16:02 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@snark.mit.edu> | 2008-07-07 00:16:02 -0400 |
commit | 954ae3364724589b47c51dd4492161794ea2ea37 (patch) | |
tree | 2f9f0cbe0482ca4da387e70cf6202a104929e83b | |
parent | e83829b3f0381d7f964d222629d31c55fa4a78f7 (diff) | |
download | bnewnet-954ae3364724589b47c51dd4492161794ea2ea37.tar.gz bnewnet-954ae3364724589b47c51dd4492161794ea2ea37.zip |
re-enabling knowledge...
-rw-r--r-- | bn_django/urls.py | 4 |
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'}), |