diff --git a/pegasus/sites.v3/code.org/views/school_info.haml b/pegasus/sites.v3/code.org/views/school_info.haml index ccb1a96da4dd8..6b5357cc1664f 100644 --- a/pegasus/sites.v3/code.org/views/school_info.haml +++ b/pegasus/sites.v3/code.org/views/school_info.haml @@ -22,10 +22,10 @@ .question Select school type %select#school-type.form-control{name: "#{form_name}[school_type]", type: "select", required: false} %option{value: "", selected: true, disabled: true} - %option{value: SchoolInfo::SCHOOL_TYPE_CHARTER} Charter - %option{value: SchoolInfo::SCHOOL_TYPE_PRIVATE} Private - %option{value: SchoolInfo::SCHOOL_TYPE_PUBLIC} Public - %option{value: SchoolInfo::SCHOOL_TYPE_OTHER} Other + %option{value: "charter"} Charter + %option{value: "private"} Private + %option{value: "public"} Public + %option{value: "other"} Other .form-group{style: "display: none;"} .question State