Files @ 8716315b60c0
Branch filter:

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

Bradley M. Kuhn
Put Karen's doctorate as our featured item.

The video may not work there, but going to try it.
1
2
3
4
5
6
from django import template
register = template.Library()

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