diff options
author | 2024-01-20 16:57:28 +0800 | |
---|---|---|
committer | 2024-01-20 16:57:28 +0800 | |
commit | 0e240475fbc8abb89d2df538ffb1aba393b4ec65 (patch) | |
tree | 90c1afacb86ac9ec9856386c5cccf588c9fa7b97 /pydis_site/templates/events/pages | |
parent | Events: Update content and remove fillers (diff) |
Events: Consistent Py*W*eek capitalization and better sidebar
Diffstat (limited to 'pydis_site/templates/events/pages')
-rw-r--r-- | pydis_site/templates/events/pages/pyweek/_index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/events/pages/pyweek/_index.html b/pydis_site/templates/events/pages/pyweek/_index.html index 16881463..aff0b6c2 100644 --- a/pydis_site/templates/events/pages/pyweek/_index.html +++ b/pydis_site/templates/events/pages/pyweek/_index.html @@ -2,10 +2,10 @@ {% block breadcrumb %} <li><a href="{% url "events:index" %}">Events</a></li> - <li class="is-active"><a href="#">Pyweek</a></li> + <li class="is-active"><a href="#">PyWeek</a></li> {% endblock %} -{% block title %}Pyweek{% endblock %} +{% block title %}PyWeek{% endblock %} {% block event_content %} <p> |