diff --git a/www/podjango/templatetags/date_within.py b/www/podjango/templatetags/date_within.py index 5213759d2093aea11eac34d56619ecdb7be9fb80..207bca71c7f74095ea29581ad2809219711ee6cf 100644 --- a/www/podjango/templatetags/date_within.py +++ b/www/podjango/templatetags/date_within.py @@ -1,5 +1,6 @@ +from datetime import datetime, timedelta + from django import template -from datetime import timedelta, datetime register = template.Library()