diff options
author | 2022-06-29 23:50:28 +0200 | |
---|---|---|
committer | 2022-06-29 23:50:28 +0200 | |
commit | ca2631dd16a0381356c02e2dc511b12285aacfd0 (patch) | |
tree | a03e8aaa822510cec29090f1334d19b727dd75d6 /pydis_site/templates | |
parent | Merge pull request #731 from python-discord/fontawesome-fix (diff) |
Update CJ9 qualifier information
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/events/pages/code-jams/9/_index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/9/_index.html b/pydis_site/templates/events/pages/code-jams/9/_index.html index 6e458481..ec4af573 100644 --- a/pydis_site/templates/events/pages/code-jams/9/_index.html +++ b/pydis_site/templates/events/pages/code-jams/9/_index.html @@ -31,9 +31,11 @@ <li>Sunday, August 4 - Code Jam submissions are closed</li> </ul> <h3 id="how-to-join"><a href="#how-to-join">How to Join</a></h3> - <p>The Qualifier isn't released yet, but to receive the most up-to-date information and to get notified - when the Qualifier is released you can join the server: <a href="https://discord.gg/python">discord.gg/python</a>.</p> - + <p> + Before being able to join the code jam, you must complete a qualifier which tests your knowledge in Python. + The qualifier can be found <a href="https://github.com/python-discord/code-jam-qualifier-9/" title="Code Jam 9 qualifier repository" target="_blank" rel="noopener">on our GitHub</a> + and once completed you should submit your solution using the <a href="https://forms.pythondiscord.com/form/cj9-qualifier" target="_blank" rel="noopener">sign-up form</a>. + </p> <h3 id="technology"><a href="#technology">Technology</a></h3> <p> The chosen technology/tech stack for this year is <strong>WebSockets</strong>. |