summaryrefslogtreecommitdiff
path: root/chimere/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/urls.py')
-rw-r--r--chimere/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/urls.py b/chimere/urls.py
index a232382..9d4018a 100644
--- a/chimere/urls.py
+++ b/chimere/urls.py
@@ -31,7 +31,7 @@ def i18n_javascript(request):
urlpatterns = patterns('chimere.views',
- url(r'^simple(/?P<area_name>[a-zA-Z0-9_-]+)?$', 'index', {'simple':True},
+ url(r'^(?P<area_name>[a-zA-Z0-9_-]+/)?simple$', 'index', {'simple':True},
name="simple_index")
)