зеркало из https://github.com/mozilla/bedrock.git
[fix #7799] redirect welcome/1 to welcome/1/ (with trailing slash)
This commit is contained in:
Родитель
bb491ae1a5
Коммит
a9128dd6db
|
@ -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'),
|
||||
|
|
Загрузка…
Ссылка в новой задаче