Skip to content

Commit

Permalink
Bug 747111 - update privacy links
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Apr 24, 2012
1 parent d7f420a commit 1a814f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/landing/templates/landing/apps_subscribe.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3 class="mod-title">{{ _('Apps Developer Newsletter') }}</h3>
<label for="sub-agree"> <label for="sub-agree">
{{ form.agree }} {{form.agree.label }} {{ form.agree }} {{form.agree.label }}
</label> </label>
{% trans privacy_url='http://www.mozilla.org/about/policies/privacy-policy.html' %} {% trans privacy_url='http://www.mozilla.org/en-US/privacy' %}
to the <a href="{{ privacy_url }}">Privacy Policy</a> to the <a href="{{ privacy_url }}">Privacy Policy</a>
{% endtrans %} {% endtrans %}
</li> </li>
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h1 id="logo"><a href="{{ url('home') }}"><img src="{{ MEDIA_URL }}img/mdn-logo-
Content is available under <a href="{{ copyright_url }}">these licenses</a> Content is available under <a href="{{ copyright_url }}">these licenses</a>
{% endtrans %} {% endtrans %}
&bull; <a href="{{ devmo_url(_('/Project:en/About')) }}">{{ _('About MDN') }}</a> &bull; &bull; <a href="{{ devmo_url(_('/Project:en/About')) }}">{{ _('About MDN') }}</a> &bull;
<a href="http://www.mozilla.org/about/policies/privacy-policy.html">{{ _('Privacy Policy') }}</a> &bull; <a href="http://www.mozilla.org/en-US/privacy">{{ _('Privacy Policy') }}</a> &bull;
<a href="/forums/viewtopic.php?f=3&amp;t=5">{{ _('Help') }}</a></p> <a href="/forums/viewtopic.php?f=3&amp;t=5">{{ _('Help') }}</a></p>
</div> </div>
{% include "includes/login.html" %} {% include "includes/login.html" %}
Expand Down

0 comments on commit 1a814f8

Please sign in to comment.