aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/index.html
diff options
context:
space:
mode:
authorGravatar mina <[email protected]>2022-06-23 10:24:27 -0400
committerGravatar mina <[email protected]>2022-06-23 10:24:27 -0400
commit87c07de8fdb4cf0577bb5cf46f01cb01aaf61b26 (patch)
tree07940bb31fb5e4f197a34f8697e1a5fa9644b1ac /pydis_site/templates/events/index.html
parentUpdate mentions of Code Jam frequency from twice a year to once a year (diff)
Make Code Jam information page more discoverable
Make "Code Jams" a hyperlink on the main Events page Add related links sidebar to Events page
Diffstat (limited to 'pydis_site/templates/events/index.html')
-rw-r--r--pydis_site/templates/events/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/index.html b/pydis_site/templates/events/index.html
index 13aaff9c..62d62111 100644
--- a/pydis_site/templates/events/index.html
+++ b/pydis_site/templates/events/index.html
@@ -8,7 +8,7 @@
{% block event_content %}
<div class="box">
- <h2 class="title is-4">Code Jams</h2>
+ <h2 class="title is-4"><a href="{% url "events:page" path="code-jams" %}">Code Jams</a></h2>
<div class="notification is-success">
The <b>2022 Summer Code Jam</b> qualifier will open June 29th. Check out the details <a href="{% url "events:page" path="code-jams/9" %}">here</a>.
</div>