🐛Remove empty needed string from /teachers/licenses

This commit is contained in:
Matt Lott 2016-09-15 16:49:09 -07:00
parent 2fded40e99
commit ed69afc5d1
2 changed files with 0 additions and 2 deletions

View file

@ -1456,7 +1456,6 @@
credits: "licenses"
start_date: "start date:"
end_date: "end date:"
num_enrollments_needed: "Number of licenses needed:"
get_enrollments_blurb: " We'll help you build a solution that meets the needs of your class, school or district."
how_to_apply_licenses_blurb_1: "When a teacher assigns a course to a student for the first time, well automatically apply a license. Use the bulk-assign dropdown in your classroom to assign a course to selected students:"
how_to_apply_licenses_blurb_2: "Can I still apply a license without assigning a course?"

View file

@ -96,7 +96,6 @@ mixin addCredits
p(data-i18n="[html]teacher.enroll_request_sent_blurb3")
button#request-sent-btn.btn-lg.btn.btn-forest(disabled=true, data-i18n="teacher.request_sent")
else
p(data-i18n="teacher.num_enrollments_needed")
p.m-y-2(data-i18n="teacher.get_enrollments_blurb")
button#contact-us-btn.btn-lg.btn.btn-forest(data-i18n="contribute.contact_us_url")