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 36275ab..f87522e 100644
--- a/chimere/urls.py
+++ b/chimere/urls.py
@@ -69,6 +69,7 @@ if hasattr(settings, 'CHIMERE_ENABLE_ROUTING') \
)
urlpatterns += patterns('chimere.views',
+ url(r'^logout/?$', 'logout_view', name="logout"),
url(r'^charte/?$', 'charte', name="charte"),
url(r'^(?P<map_name>[a-zA-Z0-9_-]+/)?contact/?$', 'contactus',
name="contact"),