ECOM-369 added meta to header to enable responsive. Set country dropdown to required for registration form

This commit is contained in:
AlasdairSwan
2014-10-22 10:54:33 -04:00
parent aba600cfae
commit d889a362ae
2 changed files with 2 additions and 1 deletions

View File

@@ -1549,7 +1549,7 @@ REGISTRATION_EXTRA_FIELDS = {
'honor_code': 'required',
'terms_of_service': 'hidden',
'city': 'hidden',
'country': 'hidden',
'country': 'required',
}
########################## CERTIFICATE NAME ########################