aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/index.html
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-07-09 17:42:48 +0200
committerGravatar Matteo Bertucci <[email protected]>2021-07-09 17:43:59 +0200
commit0bfa8c16ba0bdee49403a1e67487bf9a47053f6d (patch)
tree0b402729ca0e7f4a1fcdda3e5684976919640f5d /pydis_site/templates/events/index.html
parentMerge pull request #550 from python-discord/the-code-style-guide (diff)
Code jam: switch the right menu to ongoing
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 64bf2c25..daad1c9c 100644
--- a/pydis_site/templates/events/index.html
+++ b/pydis_site/templates/events/index.html
@@ -121,6 +121,6 @@
{% endblock %}
{% block sidebar %}
- {% include "events/sidebar/upcoming-event.html" %}
+ {% include "events/sidebar/ongoing-event.html" %}
{% include "events/sidebar/events-list.html" %}
{% endblock %}