diff options
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/home/templatetags/extra_filters.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pydis_site/apps/home/templatetags/extra_filters.py b/pydis_site/apps/home/templatetags/extra_filters.py index d3e1788c..8af11591 100644 --- a/pydis_site/apps/home/templatetags/extra_filters.py +++ b/pydis_site/apps/home/templatetags/extra_filters.py @@ -8,8 +8,6 @@ def starts_with(value: str, arg: str): """ Simple filter for checking if a string value starts with another string. - Kind of surprising that Django doesn't come with this one, actually... - Usage: ```django |