From c719dcba2d37f1814aa2bae55947d77453f70b9c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Feb 2007 21:58:59 -0800 Subject: fixed some xhtml nitty gritty, progress on git_wiki --- bn_django/urls.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bn_django/urls.py') diff --git a/bn_django/urls.py b/bn_django/urls.py index 59c7b0a..9ccf0a3 100644 --- a/bn_django/urls.py +++ b/bn_django/urls.py @@ -14,8 +14,7 @@ urlpatterns = patterns('', (r'^copyright/$', 'django.views.generic.simple.direct_to_template', {'template': 'copyright.html'}), - (r'^knowledge/', 'bn_django.git_wiki.views.frontpage',), - (r'^k/$', 'bn_django.git_wiki.views.frontpage',), + (r'^knowledge/$', 'bn_django.git_wiki.views.frontpage',), (r'^k/', include('bn_django.git_wiki.urls')), (r'^code/', include('bn_django.git_browse.urls')), (r'^photos/', include('bn_django.photos.urls')), -- cgit v1.2.3