aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-24 10:57:47 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-24 10:57:47 +0100
commit05de9998ab402c4eca22d883836cb43c1ef61508 (patch)
treee0bfe8cd82087ed1b9d2dff6249282d13c790a74 /pydis_site/apps/home
parentAddress the latest review. ✈ (diff)
Address review
Diffstat (limited to 'pydis_site/apps/home')
-rw-r--r--pydis_site/apps/home/templatetags/extra_filters.py2
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