Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h4 class="ui inverted header">About</h4>
<div class="ui inverted link list">
<a href="https://github.com/codalab/codalab-competitions/wiki/Project_About_CodaLab" class="item">About</a>
<a href="https://github.com/codalab/codabench" class="item">Github</a>
<a href="https://github.com/codalab/codalab-competitions/wiki/Privacy" class="item">Privacy and Terms</a>
<a href="https://github.com/codalab/codabench/blob/master/documentation/PRIVACY.md" class="item">Privacy and Terms</a>
<a href="{% url 'schema-swagger-ui' %}" class="item">API Docs</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/emails/base_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Hello{% if user %} {{ user.username }}{% endif %},</h3>
{% endif %}
</div>
<div id="footer">
<p><a href="https://github.com/codalab/codalab-competitions/wiki/Privacy">Privacy policy</a></p>
<p><a href="https://github.com/codalab/codabench/blob/master/documentation/PRIVACY.md">Privacy policy</a></p>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/emails/base_email.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Unsubscribe or manage notification settings:
http://{{ site.domain }}

Privacy policy:
https://github.com/codalab/codalab-competitions/wiki/Privacy
https://github.com/codalab/codabench/blob/master/documentation/PRIVACY.md
2 changes: 1 addition & 1 deletion src/templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3 class="ui centered header">Organization Login</h3>
{% csrf_token %}
<div>
<input type="checkbox" name="checkbox" id="id_checkbox" required>
<label for="id_checkbox">I accept the <a href="https://github.com/codalab/codalab-competitions/wiki/Privacy" target="_blank">terms and conditions</a>.</label>
<label for="id_checkbox">I accept the <a href="https://github.com/codalab/codabench/blob/master/documentation/PRIVACY.md" target="_blank">terms and conditions</a>.</label>
</div>
{% for organization in auth_organizations %}
<button class="ui fluid primary submit button"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/registration/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 class="ui blue centered header">

<div>
<input type="checkbox" name="checkbox" id="id_checkbox" required>
<label for="id_checkbox">I accept the <a href="https://github.com/codalab/codalab-competitions/wiki/Privacy" target="_blank">terms and conditions</a>.</label>
<label for="id_checkbox">I accept the <a href="https://github.com/codalab/codabench/blob/master/documentation/PRIVACY.md" target="_blank">terms and conditions</a>.</label>
</div>

<button class="ui blue fluid submit button" type="submit">Sign Up</button>
Expand Down