diff --git a/lms/templates/signup_modal.html b/lms/templates/signup_modal.html index 316e57cd03..d316073a25 100644 --- a/lms/templates/signup_modal.html +++ b/lms/templates/signup_modal.html @@ -3,6 +3,7 @@ <%! from django_countries.countries import COUNTRIES %> <%! from student.models import UserProfile %> <%! from datetime import date %> +<%! import calendar %>