aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-10-04 18:01:29 +0200
committerGravatar Leon Sandøy <[email protected]>2020-10-04 18:01:29 +0200
commit92c0627860b586e1a6414b93835cf10e27399d20 (patch)
treef6f6ff086ed55300ef232d0655869e7f486e28eb /pydis_site/apps/home
parentRemove render_block tags. These no longer exist. (diff)
Remove remaining references to wiki.
Diffstat (limited to 'pydis_site/apps/home')
-rw-r--r--pydis_site/apps/home/templatetags/extra_filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/home/templatetags/extra_filters.py b/pydis_site/apps/home/templatetags/extra_filters.py
index d63b3245..89b45831 100644
--- a/pydis_site/apps/home/templatetags/extra_filters.py
+++ b/pydis_site/apps/home/templatetags/extra_filters.py
@@ -11,7 +11,7 @@ def starts_with(value: str, arg: str) -> bool:
Usage:
```django
- {% if request.url | starts_with:"/wiki" %}
+ {% if request.url | starts_with:"/events" %}
...
{% endif %}
```