File diff ffa2889acb73 → 75e3ab4d35f0
conservancy/podjango/templatetags/date_within.py
Show inline comments
...
 
@@ -4,6 +4,7 @@ from django import template
 

	
 
register = template.Library()
 

	
 

	
 
@register.filter
 
def date_within_past_days(value, arg):
 
    # question: does datetime.now() do a syscall each time is it called?