From 05de9998ab402c4eca22d883836cb43c1ef61508 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 24 Apr 2019 10:57:47 +0100 Subject: Address review --- pydis_site/apps/home/templatetags/extra_filters.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pydis_site') 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 -- cgit v1.2.3