[fix #7799] redirect welcome/1 to welcome/1/ (with trailing slash)

This commit is contained in:
Craig Cook 2019-09-27 08:42:55 -07:00 коммит произвёл Alex Gibson
Родитель bb491ae1a5
Коммит a9128dd6db
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -108,7 +108,7 @@ urlpatterns = (
url('^firefox/stub_attribution_code/$', views.stub_attribution_code,
name='firefox.stub_attribution_code'),
url(r'^firefox/welcome/1', views.firefox_welcome_page1, name='firefox.welcome.page1'),
url(r'^firefox/welcome/1/$', views.firefox_welcome_page1, name='firefox.welcome.page1'),
page('firefox/switch', 'firefox/switch.html'),
page('firefox/pocket', 'firefox/pocket.html'),