diff --git a/app/views/account/lost_password.html.erb b/app/views/account/lost_password.html.erb index b028ceab6..0e4ddd1ff 100644 --- a/app/views/account/lost_password.html.erb +++ b/app/views/account/lost_password.html.erb @@ -9,9 +9,11 @@ <%= text_field_tag 'mail', nil, :size => 40, :placeholder => '请输入注册邮箱',:class=>'NomalInput mb20'%> <% if flash[:error] %> -
<%= flash[:error]%>
+ <% elsif flash[:notice] %> -<%= flash[:notice]%>
+ <% end %> <% end %>