aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/urls.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2007-03-26 22:53:23 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2007-03-26 22:53:23 -0700
commit310013244f1d7e435b67aa52f0c46cbee8124ca9 (patch)
tree60d84046d5a6646b92ff1e9df8dc3153f3dbd220 /bn_django/urls.py
parent67e6320434f0e130ea02b5bbfc8ba8a9fd182777 (diff)
downloadbnewnet-310013244f1d7e435b67aa52f0c46cbee8124ca9.tar.gz
bnewnet-310013244f1d7e435b67aa52f0c46cbee8124ca9.zip
tweaks
Diffstat (limited to 'bn_django/urls.py')
-rw-r--r--bn_django/urls.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bn_django/urls.py b/bn_django/urls.py
index 08986f1..eaf991e 100644
--- a/bn_django/urls.py
+++ b/bn_django/urls.py
@@ -22,15 +22,13 @@ urlpatterns = patterns('',
{'template': 'credits.html'}),
(r'^copyright/$', 'django.views.generic.simple.direct_to_template',
{'template': 'copyright.html'}),
- (r'^search/$', 'django.views.generic.simple.direct_to_template',
- {'template': 'search.html'}),
(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')),
- #(r'^search/', include('bn_django.search.urls')),
+ (r'^search/', include('bn_django.search.urls')),
# Uncomment this for admin:
(r'^admin/', include('django.contrib.admin.urls')),