diff --git a/lms/templates/signup_modal.html b/lms/templates/signup_modal.html index 4ef58ceae5..ac132c46d9 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 %> @@ -59,7 +60,7 @@ month %for month in range(1,13): - ${month} + ${month} - ${calendar.month_name[month]} %endfor