diff options
author | 2021-04-15 14:24:37 +0800 | |
---|---|---|
committer | 2021-04-15 14:24:37 +0800 | |
commit | ed4408e22a852f20a9994e8ee0c14b787b237c00 (patch) | |
tree | bb1f6f1674452b58fff6ebb96b009201d261f920 /pydis_site/templates | |
parent | Add Python guide assets. (diff) |
Migrate Python Discord guides.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/6/rules.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/6/rules.html b/pydis_site/templates/events/pages/code-jams/6/rules.html index 727d98be..2f1d1e28 100644 --- a/pydis_site/templates/events/pages/code-jams/6/rules.html +++ b/pydis_site/templates/events/pages/code-jams/6/rules.html @@ -62,9 +62,8 @@ </li> </ol> - <!-- TODO: After code of conduct and rules page is migrated, change these URLs. --> <blockquote> - Please note that our regular <a href="/pages/rules/">community rules</a> and <a href="/pages/code-of-conduct/">code of conduct</a> + Please note that our regular <a href="/pages/rules/">community rules</a> and <a href="/pages/python-discord-code-of-conduct/">code of conduct</a> also apply during the event and that we reserve the right to make changes to these rules at any time. </blockquote> {% endblock %} |