Files @ a871c36c5a96
Branch filter:

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

Denver Gingerich
copyleft-compliance: Update VMware notes re funds.
1
2
3
4
5
6
from django import template
register = template.Library()

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