diff options
| author | 2021-06-21 12:56:48 -0400 | |
|---|---|---|
| committer | 2021-06-21 12:56:48 -0400 | |
| commit | 5d8ab6c282ba4e9c335f0a65f243ff3d301b61a6 (patch) | |
| tree | 3a15d56a3df9e6301ccaba378555fab27268706c | |
| parent | Adds Prizes section to CJ8 page (diff) | |
Update qualifier repo and sign-up link
| -rw-r--r-- | pydis_site/templates/events/pages/code-jams/8/_index.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pydis_site/templates/events/pages/code-jams/8/_index.html b/pydis_site/templates/events/pages/code-jams/8/_index.html index 6539e63a..10a5e750 100644 --- a/pydis_site/templates/events/pages/code-jams/8/_index.html +++ b/pydis_site/templates/events/pages/code-jams/8/_index.html @@ -23,7 +23,7 @@      <h3 id="important-dates"><a href="#important-dates">Important Dates</a></h3>      <ul>          <li>Tuesday, June 15 - Form to submit theme suggestions opens</li> -        <li>Monday, June 21 - <a href="https://github.com/python-discord/summer-code-jam-2021-qualifier">The Qualifier</a> is released</li> +        <li>Monday, June 21 - <a href="https://github.com/python-discord/cj8-qualifier">The Qualifier</a> is released</li>          <li>Friday, June 25 - Voting for the theme opens</li>          <li>Sunday, June 27 - <a class="has-text-link" href="{% url "events:page" path="code-jams/8/github-bootcamp" %}">GitHub Bootcamp</a></li>          <li>Wednesday, June 30 - The Qualifier closes</li> @@ -43,7 +43,7 @@          The qualifier is a coding challenge that you are required to complete before registering for the code jam.          This is meant as a basic assessment of your skills to ensure you have enough python knowledge to effectively contribute in a team environment.      </p> -    <p class="has-text-centered"><a class="button is-link" href="https://github.com/python-discord/summer-code-jam-2021-qualifier" target="_blank">View the Qualifier</a></p +    <p class="has-text-centered"><a class="button is-link" href="https://github.com/python-discord/cj8-qualifier" target="_blank">View the Qualifier</a></p      <p>          Please note the requirements for the qualifier.          <ul> @@ -56,7 +56,7 @@      <p>          To enter into the code jam you must complete <a href="#qualifier">The Qualifier</a> and submit the sign-up form.          Don't forget to join us on Discord at <a href="https://discord.gg/python">discord.gg/python</a>! -        <div class="has-text-centered"><a class="button is-link" href="https://forms.pythondiscord.com/form/code-jam-2021-summer-signups" target="_blank">Sign up for the Code Jam</a></div> +        <div class="has-text-centered"><a class="button is-link" href="https://form.jotform.com/211714357615050" target="_blank">Sign up for the Code Jam</a></div>      </p>      <h3 id="prizes"><a href="#prizes">Prizes</a></h3>      <p> | 
