Files @ c9ac140ad960
Branch filter:

Location: website/www/conservancy/apps/news/templatetags/subtract.py

eximious
add pics for the month's roundup
1
2
3
4
5
6
from django import template
register = template.Library()

@register.filter
def subtract(value, arg):
    return value - arg