diff --git a/scipost_django/colleges/utils.py b/scipost_django/colleges/utils.py index 06095bf586a5f5ffa0b4fbd648df41cd4a8ff43c..cf61ef5c5ddff1ecc7d9c7df4b8a2575b0344968 100644 --- a/scipost_django/colleges/utils.py +++ b/scipost_django/colleges/utils.py @@ -3,6 +3,8 @@ __license__ = "AGPL v3" from .models import College, Fellowship, FellowshipNomination +import datetime +from django.utils import timezone def check_profile_eligibility_for_fellowship(profile):