diff options
author | 2020-10-04 18:01:29 +0200 | |
---|---|---|
committer | 2020-10-04 18:01:29 +0200 | |
commit | 92c0627860b586e1a6414b93835cf10e27399d20 (patch) | |
tree | f6f6ff086ed55300ef232d0655869e7f486e28eb /pydis_site/apps/home | |
parent | Remove 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.py | 2 |
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 %} ``` |