aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/urls.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-21 21:58:59 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-21 21:58:59 -0800
commitc719dcba2d37f1814aa2bae55947d77453f70b9c (patch)
tree1f6eb3bc497036c93b31118c58fbb142590cfcee /bn_django/urls.py
parenta1f72ac87a18fe1fcc0cf1a2eb8d69d89ba606df (diff)
downloadbnewnet-c719dcba2d37f1814aa2bae55947d77453f70b9c.tar.gz
bnewnet-c719dcba2d37f1814aa2bae55947d77453f70b9c.zip
fixed some xhtml nitty gritty, progress on git_wiki
Diffstat (limited to 'bn_django/urls.py')
-rw-r--r--bn_django/urls.py3
1 files changed, 1 insertions, 2 deletions
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')),