aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-08 18:58:53 +0200
committerGravatar GitHub <[email protected]>2020-11-08 18:58:53 +0200
commitce70ac3aba5c5123bc72f9272ce74d2c258d311f (patch)
tree7d625f23a9b3b0b4ca4a5cb443884bd519823ba8
parentApply changes of pages location to views and settings (diff)
Fix missing URL tag in events index page
Co-authored-by: Jeremiah Boby <[email protected]>
-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 5ec8b0ef..72a47557 100644
--- a/pydis_site/templates/events/index.html
+++ b/pydis_site/templates/events/index.html
@@ -11,7 +11,7 @@
<h2 class="title is-4">Code Jams</h2>
<p>Each year, we organize a Winter Code Jam and a Summer Code Jam. During these events, members of our community will work together in teams to create something amazing using a technology we picked for them. One such technology that was picked for the Winter Code Jam 2020 was Kivy, a cross-platform GUI framework.</p>
<p>To help fuel the creative process, we provide a specific theme, like <strong>Ancient Technology</strong> or <strong>This App Hates You</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>
- <p>If you want to read more about Code Jams, visit our <a href="/events/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>
+ <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>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8fbZsGrqBzo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>
{% endblock %}