Commit 2f870074 by AlasdairSwan Committed by Zia Fazal

ECOM-369 added meta to header to enable responsive. Set country dropdown to…

ECOM-369 added meta to header to enable responsive. Set country dropdown to required for registration form
parent 2f9c000c
......@@ -1603,7 +1603,7 @@ REGISTRATION_EXTRA_FIELDS = {
'honor_code': 'required',
'terms_of_service': 'hidden',
'city': 'hidden',
'country': 'hidden',
'country': 'required',
}
########################## CERTIFICATE NAME ########################
......
......@@ -10,6 +10,7 @@
%>
<head dir="${dir_rtl}">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<%! from django.utils.translation import ugettext as _ %>
<%! from microsite_configuration import microsite %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment