diff --git a/app/controllers/organizations_controller.rb b/app/controllers/organizations_controller.rb index bd4f87ffb..3709dd24b 100644 --- a/app/controllers/organizations_controller.rb +++ b/app/controllers/organizations_controller.rb @@ -91,7 +91,7 @@ class OrganizationsController < ApplicationController course_types = "('Message','News','HomeworkCommon','Poll','Course')" @project_acts = get_project_activities_org @organization, project_ids @course_acts = get_course_activities_org @organization, course_ids - render :layout => 'base_org_newstyle' + render :layout => 'base_org2' else render_403 end