From be450e68642ff3f804aa45739cf2d5643bd3484f Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 19 Jul 2012 17:33:07 -0400 Subject: [PATCH] Add month names --- lms/templates/signup_modal.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %>