aboutsummaryrefslogtreecommitdiffstats
path: root/servo/urls/checkin.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/urls/checkin.py')
-rw-r--r--servo/urls/checkin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/urls/checkin.py b/servo/urls/checkin.py
index c8111d0..b7a7780 100644
--- a/servo/urls/checkin.py
+++ b/servo/urls/checkin.py
@@ -33,7 +33,7 @@ from servo.views.checkin import *
urlpatterns = patterns(
'',
url(r'^$', index, name='checkin-index'),
- url(r'^sn/$', RedirectView.as_view(url='/checkin/')),
+ url(r'^sn/$', RedirectView.as_view(url='/checkin/', permanent=True)),
url(r'^customer/$', get_customer, name='checkin-get_customer'),
url(r'^reset/$', reset, name='checkin-reset'),
url(r'^status/$', status, name='checkin-status'),