Skip to content
Merged
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/emails/base_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>Hello{% if user %} {{ user.username }}{% endif %},</h1>
{% endif %}

<div id="footer">
<p><a href="http://{{ site.domain }}">Unsubscribe or manage notification settings</a> | <a href="http://codalab.github.io/codalab/notices.html">Privacy policy</a></p>
<p><a href="http://{{ site.domain }}">Unsubscribe or manage notification settings</a> | <a href="https://github.com/codalab/codalab-competitions/wiki/Privacy">Privacy policy</a></p>
</div>
</body>
</html>
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:
http://codalab.github.io/codalab/notices.html
https://github.com/codalab/codalab-competitions/wiki/Privacy