Skip to content

Commit

Permalink
Move Firefox OS TV page to /firefox/os/devices/tv/
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarrity committed Jan 1, 2015
1 parent 783d341 commit f7b86f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bedrock/firefox/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
page('firefox/android', 'firefox/android/index.html'),
page('firefox/android/faq', 'firefox/android/faq.html'),
page('firefox/os/faq', 'firefox/os/faq.html'),
page('firefox/os/tv', 'firefox/os/tv.html', decorators=waffle_switch('firefox-os-tv')),
url('^firefox/sms/$', views.sms_send, name='firefox.sms'),
page('firefox/sms/sent', 'firefox/android/sms-thankyou.html'),
page('firefox/sync', 'firefox/sync.html'),
Expand Down Expand Up @@ -77,6 +76,8 @@

page('mwc', 'firefox/os/mwc-2014-preview.html'),
page('firefox/os/devices', 'firefox/os/devices.html'),
page('firefox/os/devices/tv', 'firefox/os/tv.html',
decorators=waffle_switch('firefox-os-tv')),

page('firefox/independent', 'firefox/independent.html'),

Expand Down

0 comments on commit f7b86f9

Please sign in to comment.