diff --git a/bedrock/firefox/urls.py b/bedrock/firefox/urls.py index 02fab691a1..922928bda0 100644 --- a/bedrock/firefox/urls.py +++ b/bedrock/firefox/urls.py @@ -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'),