Don't show seat count when enrolling in free courses

This commit is contained in:
Matt Lott 2015-10-08 12:27:53 -07:00
parent 171678caad
commit 99c20b88fa

View file

@ -67,11 +67,12 @@ block content
else
span.spr(data-i18n="courses.creating_for")
strong.spr #{selectedCourseTitle}
span.spr(data-i18n="courses.for")
strong
span #{seats}
span.spl(data-i18n="courses.students1")
span .
if price > 0
span.spr(data-i18n="courses.for")
strong
span #{seats}
span.spl(data-i18n="courses.students1")
span #{'.'}
p(data-i18n="courses.receive_code")
p.center
if price > 0