Skip to content

Commit

Permalink
Merge pull request #6277 from readthedocs/davidfischer/link-to-terms
Browse files Browse the repository at this point in the history
Link to the terms of service
  • Loading branch information
davidfischer committed Oct 11, 2019
2 parents 2bd2dac + 4cfd906 commit c3331bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/templates/account/signup.html
Expand Up @@ -21,7 +21,7 @@ <h1>{% trans "Sign Up" %}</h1>
{% endif %}
<button type="submit">{% trans "Sign Up" %} &raquo;</button>
<p>
<small>{% blocktrans %}By signing up, you agree to our <a href="https://docs.readthedocs.io/page/privacy-policy.html">privacy policy</a>.{% endblocktrans %}</small>
<small>{% blocktrans %}By signing up, you agree to our <a href="https://docs.readthedocs.io/page/terms-of-service.html">Terms of Service</a> and <a href="https://docs.readthedocs.io/page/privacy-policy.html">Privacy Policy</a>.{% endblocktrans %}</small>
</p>
</form>

Expand Down
3 changes: 3 additions & 0 deletions readthedocs/templates/base.html
Expand Up @@ -187,6 +187,9 @@ <h4>{% trans 'Business Info' %}</h4>
<li>
<a href="https://docs.readthedocs.io/page/privacy-policy.html">{% trans 'Privacy Policy' %}</a>
</li>
<li>
<a href="https://docs.readthedocs.io/page/terms-of-service.html">{% trans 'Terms of Service' %}</a>
</li>
<li>
<a href="https://read-the-docs-guidelines.readthedocs-hosted.com/">{% trans 'Branding' %}</a>
</li>
Expand Down

0 comments on commit c3331bd

Please sign in to comment.