🐛Add parent blurb to signup birthdate check

This commit is contained in:
Matt Lott 2016-08-09 06:33:15 -07:00
parent a00f2600f6
commit 6a8776c31b
3 changed files with 6 additions and 0 deletions
app
locale
styles/modal/create-account-modal
templates/core/create-account-modal

View file

@ -304,6 +304,7 @@
signup_as_individual: "Sign up as an Individual"
enter_class_code: "Enter your Class Code"
enter_birthdate: "Enter your birthdate:"
parent_use_birthdate: "Parents, use your own birthdate."
ask_teacher_1: "Ask your teacher for your Class Code."
ask_teacher_2: "Not part of a class? Create an "
ask_teacher_3: "Individual Account"

View file

@ -16,3 +16,7 @@
.teacher-name
font-size: 14pt
.parent_birthdate
font-size: 11pt
margin-top: 20px

View file

@ -50,6 +50,7 @@ form.modal-body.segment-check
- var thisYear = new Date().getFullYear()
for year in _.range(thisYear, thisYear - 100, -1)
option(selected=(year == view.signupState.get('birthdayYear'))) #{year}
.parent_birthdate(data-i18n="signup.parent_use_birthdate")
default
p