diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index 7158037eb..f9b4e9ac3 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -218,39 +218,39 @@
<% unless @user.user_extensions.identity == 2 %>
-
- <%= l(:label_identity) %>
-
-
-
-
-
-
-
- <% unless User.current.user_extensions.student_id.nil? %>
- <%= text_field_tag :no, User.current.user_extensions.student_id, :placeholder => "请输入学号" %>
- <% else %>
- <%= text_field_tag :no, nil, :placeholder => "请输入学号" %>
- <% end %>
-
-
- <% else %>
-
+
+ <%= l(:label_identity) %>
-
+
+
+
+
+
+ <% unless User.current.user_extensions.student_id.nil? %>
+ <%= text_field_tag :no, User.current.user_extensions.student_id, :placeholder => "请输入学号" %>
+ <% else %>
+ <%= text_field_tag :no, nil, :placeholder => "请输入学号" %>
+ <% end %>
+
+
+ <% else %>
+
+
+
+
<% end %>