summaryrefslogtreecommitdiff
path: root/linaro_metrics/urls.py
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2017-06-09 13:56:06 -0500
committerAndy Doan <andy.doan@linaro.org>2017-06-09 13:56:06 -0500
commitb69f0d00fc037d91e840f313b2428b79779cc792 (patch)
treec09bc485eeba25292fcddc1a2d4584518394b653 /linaro_metrics/urls.py
parent4fafddd4d4ef58698e379d3954b263a8e1635267 (diff)
linaro-metrics: disable the register link
We don't want people registering as they should only be using linaro ldap. Change-Id: I5ea748f46af6a4d1cb055536dc0f86e6471cdf16
Diffstat (limited to 'linaro_metrics/urls.py')
-rw-r--r--linaro_metrics/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro_metrics/urls.py b/linaro_metrics/urls.py
index c8dbe35..bea47b3 100644
--- a/linaro_metrics/urls.py
+++ b/linaro_metrics/urls.py
@@ -13,6 +13,7 @@ urlpatterns = patterns(
(r'^$', 'linaro_metrics.views.index_view'),
(r'^project/(?P<project_id>[^/]+)/list/$',
'linaro_metrics.views.project_view'),
+ url(r'^register/', 'linaro_metrics.views.user_register'),
# Include all the standard patchwork urls.
url(r'^', include(patchwork.urls)),