diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index 6f838f5a5..b436422db 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -632,7 +632,7 @@ class AccountController < ApplicationController def change_or_bind @user = User.current @type = params[:type] - @setting_type = 4 + @setting_type = 5 render :layout => 'base_edu_account' end