This commit is contained in:
James Long 2012-03-29 19:11:42 -04:00
Родитель 4c6d3dc258
Коммит cb36813100
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,7 @@
<h4>Step 1.</h4>
<p>Before proceeding, we strongly encourage Firefox ESR users to sign up for the <a href="https://mail.mozilla.org/listinfo/enterprise">Enterprise Working Group (EWG) mailing list</a>. 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.</p>
<h4>Step 2.</h4>
<p><a href="{{ url('firefox.organizations_faq') }}">Review our handy FAQ</a> for your organization and download Firefox ESR.</p>
<p><a href="{{ url('firefox.organizations.faq') }}">Review our handy FAQ</a> for your organization and download Firefox ESR.</p>
</div>
{% endblock %}

Просмотреть файл

@ -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',