diff options
author | 2022-07-19 01:03:19 -0400 | |
---|---|---|
committer | 2022-07-19 01:03:19 -0400 | |
commit | 6a1ab5b856200afc4d98703b07a5aceb74051c1c (patch) | |
tree | 9bee15c53dc6f3c28c5cf17836dade4a5c5783d8 /pydis_site | |
parent | Add back green box link to CJ 9 page (diff) |
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
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html index 21b2ccb4..4493ed43 100644 --- a/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html +++ b/pydis_site/templates/events/sidebar/code-jams/previous-code-jams.html @@ -1,6 +1,7 @@ <div class="box"> <p class="menu-label">Previous Code Jams</p> <ul class="menu-list"> + <li><a class="has-text-link" href="{% url "events:page" path="code-jams/9" %}">Code Jam 9: (Theme to be announced)</a></li> <li><a class="has-text-link" href="{% url "events:page" path="code-jams/8" %}">Code Jam 8: Think Inside the Box</a></li> <li><a class="has-text-link" href="{% url "events:page" path="code-jams/7" %}">Code Jam 7: Early Internet</a></li> <li><a class="has-text-link" href="{% url "events:page" path="code-jams/6" %}">Code Jam 6: Ancient Technology</a></li> |