%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> <%! from django_countries.countries import COUNTRIES %> <%! from student.models import UserProfile %> <%! from datetime import date %> Sign Up for edX E-mail Password Public Username Full Name Mailing address Country %for country_code, country_name in COUNTRIES: ${country_name} %endfor Gender %for code, gender in UserProfile.GENDER_CHOICES: ${gender} %endfor Date of birth month %for month in range(1,13): ${month} %endfor day %for day in range(1,32): ${day} %endfor year %for year in range(date.today().year,1899,-1): ${year} %endfor I agree to the Terms of Service I agree to the Honor Code , sumarized below as: Already have an account? Login. ✕
Already have an account? Login.
✕