diff --git a/lms/static/js/student_account/views/FormView.js b/lms/static/js/student_account/views/FormView.js index ce9aa17a71..9aca2099f6 100644 --- a/lms/static/js/student_account/views/FormView.js +++ b/lms/static/js/student_account/views/FormView.js @@ -29,6 +29,7 @@ var edx = edx || {}; requiredStr: '*', initialize: function( data ) { + this.preRender( data ); this.tpl = $(this.tpl).html(); this.fieldTpl = $(this.fieldTpl).html(); @@ -36,8 +37,6 @@ var edx = edx || {}; this.model = data.model; this.listenTo( this.model, 'error', this.saveError ); - - this.preRender( data ); }, /* Allows extended views to add custom