Skip to content

Commit 6a1ab5b

Browse files
committed
Add CJ9 page link to side bar
Technically it's an ongoing jam, not a previous jam. But I think adding this link will help with discoverability if you're already on the CJ Info page. Can be updated once a theme is announced
1 parent 473c96a commit 6a1ab5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div class="box">
22
<p class="menu-label">Previous Code Jams</p>
33
<ul class="menu-list">
4+
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/9" %}">Code Jam 9: (Theme to be announced)</a></li>
45
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/8" %}">Code Jam 8: Think Inside the Box</a></li>
56
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/7" %}">Code Jam 7: Early Internet</a></li>
67
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/6" %}">Code Jam 6: Ancient Technology</a></li>

0 commit comments

Comments
 (0)