Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
[Fix Bug 997346] Fix additional privacy policy url locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sancus committed Apr 17, 2014
1 parent 22fb6fe commit 0ea4f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mozillians/templates/base.html
Expand Up @@ -202,7 +202,7 @@ <h5>

<ul class="footer-nav details">
<li><a href="{{ url('phonebook:about') }}">{{_('About Mozillians')}}</a></li>
<li><a href="http://mozilla.org/privacy-policy.html">{{_('Privacy Policy')}}</a></li>
<li><a href="http://mozilla.org/privacy/websites/">{{_('Privacy Policy')}}</a></li>
<li><a href="http://mozilla.org/about/legal.html">{{_('Legal Notices')}}</a></li>
<li><a href="http://mozilla.org/legal/fraud-report/index.html">{{_('Report Trademark Abuse')}}</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion mozillians/templates/phonebook/edit_profile.html
Expand Up @@ -423,7 +423,7 @@ <h5>{{ _('Vouchees') }}</h5>
</label>
</div>
<label for="{{ profile_form.optin.id_for_label }}" {% if profile_form.optin.errors %}class="error"{% endif %}>
{% trans privacy_url='http://mozilla.org/privacy-policy.html' %}
{% trans privacy_url='http://mozilla.org/privacy/websites/' %}
I'm okay with you handling this info as you explain
in <a href="{{ privacy_url }}">Mozilla's privacy
policy</a>.
Expand Down

0 comments on commit 0ea4f07

Please sign in to comment.