Files @ a5d2e900d49a
Branch filter:

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

bkuhn
Asheesh no longer Executive Director of OpenHatch
1
2
3
4
5
6
from django import template
register = template.Library()

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