Skip to content

Commit 0df4123

Browse files
committed
Remove notification about open codejam qualifier
1 parent 675843e commit 0df4123

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

pydis_site/templates/events/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
{% block event_content %}
1010
<div class="box">
1111
<h2 class="title is-4"><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></h2>
12-
<div class="notification is-success">
13-
The <b>2022 Summer Code Jam</b> is currently underway and you can still enter! <b>The qualifier is open until July 13</b>; check out the details <a href="{% url "events:page" path="code-jams/9" %}">here</a>.
14-
</div>
1512
<p>Every year we hold a community-wide Summer Code Jam. For this event, members of our community are assigned to teams to collaborate and create something amazing using a technology we picked for them. One such technology that was picked for the Summer 2021 Code Jam was text user interfaces (TUIs), where teams could pick from a pre-approved list of frameworks.</p>
1613
<p>To help fuel the creative process, we provide a specific theme, like <strong>Think Inside the Box</strong> or <strong>Early Internet</strong>. At the end of the Code Jam, the projects are judged by Python Discord server staff members and guest judges from the larger Python community. The judges will consider creativity, code quality, teamwork, and adherence to the theme.</p>
1714
<p>If you want to read more about Code Jams, visit our <a href="{% url "events:page" path="code-jams" %}">Code Jam info page</a> or watch this video showcasing the best projects created during the <strong>Winter Code Jam 2020: Ancient Technology</strong>:</p>

pydis_site/templates/events/pages/code-jams/_index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
{% block title %}Code Jams{% endblock %}
99

1010
{% block event_content %}
11-
<div class="block">
12-
<div class="notification is-success">
13-
The <b>2022 Summer Code Jam</b> is currently underway and you can still enter! <b>The qualifier is open until July 13</b>; check out the details <a href="{% url "events:page" path="code-jams/9" %}">here</a>.
14-
</div>
15-
</div>
16-
1711
<p>
1812
If you've been around the server for a while, or you just happened to join at the right time,
1913
you may have heard of something known as a Code Jam.

0 commit comments

Comments
 (0)