diff options
author | 2019-04-24 10:57:47 +0100 | |
---|---|---|
committer | 2019-04-24 10:57:47 +0100 | |
commit | 05de9998ab402c4eca22d883836cb43c1ef61508 (patch) | |
tree | e0bfe8cd82087ed1b9d2dff6249282d13c790a74 | |
parent | Address the latest review. ✈ (diff) |
Address review
-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 |