aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-07-08 20:17:58 +0300
committerGravatar GitHub <[email protected]>2021-07-08 20:17:58 +0300
commit20ae1ecf415f19f422df4866a2e07359549460b2 (patch)
treecbc6608fdba847e399c16799ddf2cce03f780911 /pydis_site
parentCreate The Code Style Guide under Code Jam pages (diff)
Add The Code Style Guide to useful information sidebar
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/sidebar/code-jams/useful-information.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/events/sidebar/code-jams/useful-information.html b/pydis_site/templates/events/sidebar/code-jams/useful-information.html
index c4e665e6..841a533a 100644
--- a/pydis_site/templates/events/sidebar/code-jams/useful-information.html
+++ b/pydis_site/templates/events/sidebar/code-jams/useful-information.html
@@ -4,5 +4,6 @@
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/using-git" %}">How to use git</a></li>
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/judging" %}">How does judging work?</a></li>
<li><a class="has-text-link" href="{% url "events:page" path="code-jams/pull-request" %}">Opening a Pull Request</a></li>
+ <li><a class="has-text-link" href="{% url "events:page" path="code-jams/the-code-style-guide" %}">The Code Style Guide</a></li>
</ul>
</div>