diff --git a/group/templates/group/groups.html b/group/templates/group/groups.html
index facc8ccdf4..d9aaf3bb73 100644
--- a/group/templates/group/groups.html
+++ b/group/templates/group/groups.html
@@ -2,14 +2,10 @@
{% load url from future %}
{% block nav_group_class %}class="cur"{% endblock %}
-{% block left_panel %}
-
-{% include "group/groups_left_panel.html" %}
-{% endblock %}
{% block right_panel %}
-
-
我的小组
+
+协作小组
{% include "group/groups_right_panel.html" %}
{% endblock %}
diff --git a/group/templates/group/groups_right_panel.html b/group/templates/group/groups_right_panel.html
index 2f5a3ecc01..da62119045 100644
--- a/group/templates/group/groups_right_panel.html
+++ b/group/templates/group/groups_right_panel.html
@@ -1,6 +1,7 @@
{% load seahub_tags group_avatar_tags %}
{% load url from future %}
+
{% if groups %}
{% for group in groups %}
@@ -18,8 +19,6 @@
{% endfor %}
-{% else %}
-暂无
{% endif %}