From 954ae3364724589b47c51dd4492161794ea2ea37 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 7 Jul 2008 00:16:02 -0400 Subject: re-enabling knowledge... --- bn_django/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bn_django') 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'}), -- cgit v1.2.3