From 52069218e0031cc4a25e5b1619aaa37161b81d3b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 7 Dec 2010 20:10:16 +0100 Subject: [PATCH] +typo --- pandora/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/urls.py b/pandora/urls.py index 5d3a55e92..c2d30e03e 100644 --- a/pandora/urls.py +++ b/pandora/urls.py @@ -42,6 +42,6 @@ urlpatterns += patterns('', (r'^$', 'app.views.index'), ) -urlpatterns = +patterns('django.views.generic.simple', +urlpatterns += patterns('django.views.generic.simple', ('^ra$', 'redirect_to', {'url': '/'}), )