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