Skip to content

Commit

Permalink
Merge pull request #112 from ossreleasefeed/change-privacy-link
Browse files Browse the repository at this point in the history
changed privacy policy link to point to non bedrock policy fixes bug 757445
  • Loading branch information
jlongster committed May 22, 2012
2 parents b4c0a07 + 5e2c233 commit 3f2cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Expand Up @@ -132,7 +132,7 @@ <h3>Thank you for signing up!</h3>
<nav class="span2">
<ul>
<li><a href="{{ php_url('/about/contact.html#map-mountain_view') }}">Contact Us</a></li>
<li><a href="{{ url('privacy.index') }}">Privacy Policy</a></li>
<li><a href="{{ php_url('/privacy-policy.html') }}">Privacy Policy</a></li>
<li><a href="{{ php_url('/about/legal.html') }}">Legal Notices</a></li>
<li><a href="{{ php_url('/legal/fraud-report/index.html') }}">Report Trademark Abuse</a></li>
</ul>
Expand Down

0 comments on commit 3f2cbff

Please sign in to comment.