diff options
-rw-r--r-- | patchwork/templatetags/patch.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/patchwork/templatetags/patch.py b/patchwork/templatetags/patch.py index 4350e09..30ccc8e 100644 --- a/patchwork/templatetags/patch.py +++ b/patchwork/templatetags/patch.py @@ -57,11 +57,6 @@ def patch_checks(patch): ' '.join([str(counts[state]) for state in required]))) -@register.filter(name='state_class') -def state_class(state): - return '-'.join(state.split()) - - @register.filter @stringfilter def msgid(value): |