File diff 531a97a3c9af → ce6be591bde2
conservancy/news/templatetags/subtract.py
Show inline comments
 
new file 100644
 
from django import template
 

	
 
register = template.Library()
 

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