From aefcb7892612291746ad44df92af587eef7fd1db Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 6 May 2016 10:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/organizations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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