diff --git a/apps/firefox/templates/firefox/organizations/organizations.html b/apps/firefox/templates/firefox/organizations/organizations.html index 1476c74e66..051a14d5eb 100644 --- a/apps/firefox/templates/firefox/organizations/organizations.html +++ b/apps/firefox/templates/firefox/organizations/organizations.html @@ -40,7 +40,7 @@
Before proceeding, we strongly encourage Firefox ESR users to sign up for the Enterprise Working Group (EWG) mailing list. The EWG list is a great place to discuss deploying Firefox with other community members and will be the only way to receive regular communications regarding product updates and support.
Review our handy FAQ for your organization and download Firefox ESR.
+Review our handy FAQ for your organization and download Firefox ESR.
{% endblock %} diff --git a/apps/firefox/urls.py b/apps/firefox/urls.py index 75d74ed3b6..093af47035 100644 --- a/apps/firefox/urls.py +++ b/apps/firefox/urls.py @@ -15,7 +15,7 @@ urlpatterns = patterns('', page('firefox/happy', 'firefox/happy.html'), page('firefox/new', 'firefox/new.html'), page('firefox/organizations/faq', 'firefox/organizations/faq.html'), - page('firefox/organizations', 'firefox/organizations.html'), + page('firefox/organizations', 'firefox/organizations/organizations.html'), page('firefox/performance', 'firefox/performance.html'), page('firefox/security', 'firefox/security.html'), page('firefox/speed', 'firefox/speed.html',