Skip to content

Commit

Permalink
[fix bug 1233947] Show Tracking Protection /whatsnew page to users up…
Browse files Browse the repository at this point in the history
…dating to 43.0.1
  • Loading branch information
alexgibson committed Dec 19, 2015
1 parent 3e539cd commit 6d447e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bedrock/firefox/views.py
Expand Up @@ -519,7 +519,7 @@ def get_template_names(self):

if show_devbrowser_firstrun_or_whatsnew(version):
template = 'firefox/dev-whatsnew.html'
elif version.startswith('42.'):
elif version.startswith('42.') or version.startswith('43.'):
template = 'firefox/whatsnew_42/variant-a.html'
elif show_38_0_5_firstrun_or_whatsnew(version):
has_video = LOCALE_SPRING_CAMPAIGN_VIDEOS.get(locale, False)
Expand Down

0 comments on commit 6d447e8

Please sign in to comment.