aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/index.html
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-03-22 22:08:42 +0800
committerGravatar kosayoda <[email protected]>2021-03-22 22:08:42 +0800
commit8fbabe8a61350ba7ad7a494e48a1af9bfa9c3aa0 (patch)
tree4cff72d2781b304ef331f0a15263a9a7750ef501 /pydis_site/templates/events/index.html
parentMigrate game jam 2020 page from wiki to HTML (diff)
Fix event content columns when there is no sidebar.
Prevents page contents of events pages from being narrower when there is no sidebar to fill the space.
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 5d9a60ef..024e7fdc 100644
--- a/pydis_site/templates/events/index.html
+++ b/pydis_site/templates/events/index.html
@@ -1,4 +1,4 @@
-{% extends "events/base.html" %}
+{% extends "events/base_sidebar.html" %}
{% block title %}Events{% endblock %}