From e83829b3f0381d7f964d222629d31c55fa4a78f7 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 7 Jul 2008 00:12:36 -0400 Subject: re-enabling knowledge... --- bn_django/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bn_django') diff --git a/bn_django/urls.py b/bn_django/urls.py index ad86524..e1545a8 100644 --- a/bn_django/urls.py +++ b/bn_django/urls.py @@ -26,7 +26,7 @@ urlpatterns = patterns('', (r'^knowledge/$', 'bn_django.git_wiki.views.frontpage',), (r'^k/$', 'django.views.generic.simple.direct_to_template', {'template': 'nogo.html'}), - #(r'^k/', include('bn_django.git_wiki.urls')), + (r'^k/', include('bn_django.git_wiki.urls')), (r'^code/$', 'django.views.generic.simple.direct_to_template', {'template': 'nogo.html'}), #(r'^code/', include('bn_django.git_browse.urls')), -- cgit v1.2.3