1
0
Fork 0

PEP8 cleanup

This commit is contained in:
Daniele Tricoli 2010-11-16 15:17:14 +01:00
parent dcdc1d93ab
commit c561ca344c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ from django.template.defaultfilters import stringfilter
register = template.Library()
@register.filter
@stringfilter
def active_page(url, regex):