diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 84e2e7d35..a89ae846e 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -200,7 +200,7 @@ class MyController < ApplicationController flash.now[:error] = l(:notice_account_wrong_password) end end - render :template => 'my/account',:layout=>'base_users_new' + #render :template => 'my/account',:layout=>'base_users_new' rescue Exception => e if e.message == 'wrong password' flash.now[:error] = l(:notice_account_wrong_password) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 3bf7d8118..003555158 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -36,7 +36,7 @@
取消 - 发布 + 留言