Don't convert to teacher automatically in EnrollmentsView

This commit is contained in:
phoenixeliot 2016-04-27 13:15:42 -07:00
parent edea13483a
commit 1999b41ff3

View file

@ -47,7 +47,6 @@ module.exports = class EnrollmentsView extends RootView
onLoaded: ->
@calculateEnrollmentStats()
@pricePerStudent = @products.findWhere({name: 'course'}).get('amount')
me.setRole 'teacher'
super()
getPriceString: -> '$' + (@getPrice()/100).toFixed(2)