diff --git a/bedrock/firefox/views.py b/bedrock/firefox/views.py index 2d684f6366c..0fdf258fe6f 100644 --- a/bedrock/firefox/views.py +++ b/bedrock/firefox/views.py @@ -32,7 +32,7 @@ LANG_FILES = ['firefox/partners/index'] -LOCALE_HEADLINES = { +LOCALE_FXOS_HEADLINES = { 'de': { 'title': u"Firefox OS ist richtungsweisend für die Zukunft des " "mobilen Marktes", @@ -46,7 +46,7 @@ }, 'en-US': { 'title': _('Firefox OS Unleashes the Future of Mobile'), - 'url': 'http://blog.mozilla.org/press/2014/02/firefox-os-future-2/', + 'url': 'https://blog.mozilla.org/press/2014/02/firefox-os-future-2/', }, 'es-AR': { 'title': u'Firefox OS te desvela el futuro de lo móvil', @@ -219,11 +219,11 @@ def all_downloads(request, channel): @csrf_protect def firefox_partners(request): # If the current locale isn't in our list, return the en-US value - press_locale = request.locale if (request.locale in LOCALE_HEADLINES) else 'en-US' + press_locale = request.locale if (request.locale in LOCALE_FXOS_HEADLINES) else 'en-US' template_vars = { - 'locale_headline_url': LOCALE_HEADLINES[press_locale]['url'], - 'locale_headline_title': LOCALE_HEADLINES[press_locale]['title'], + 'locale_headline_url': LOCALE_FXOS_HEADLINES[press_locale]['url'], + 'locale_headline_title': LOCALE_FXOS_HEADLINES[press_locale]['title'], 'js_common': JS_COMMON, 'js_mobile': JS_MOBILE, 'js_desktop': JS_DESKTOP, diff --git a/bedrock/mozorg/templates/mozorg/home.html b/bedrock/mozorg/templates/mozorg/home.html index 9dd8c444030..766402a96be 100644 --- a/bedrock/mozorg/templates/mozorg/home.html +++ b/bedrock/mozorg/templates/mozorg/home.html @@ -210,25 +210,25 @@

{{_('Different by design')}}

{{ _('In the news') }}