SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit c7787298 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add missing imports to nomination utils

parent 9d0e454c
No related branches found
No related tags found
1 merge request!58[Fellowship Nominations] Rework the fellowship nomination system and UI
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment