diff --git a/group/templates/group/group_info.html b/group/templates/group/group_info.html index d2b9aacb36..440030a32b 100644 --- a/group/templates/group/group_info.html +++ b/group/templates/group/group_info.html @@ -1,6 +1,6 @@ {% extends base_template %} -{% load seahub_tags avatar_tags %} +{% load seahub_tags avatar_tags group_avatar_tags %} {% load url from future %} {% block nav_group_class %}class="cur"{% endblock %} @@ -10,33 +10,48 @@ {% endblock %} {% block left_panel %} -

管理员

- +
+

基本信息

+
+ {{ group.props.group_name }}的图标 +

{{ group.creator_name }} 创建于
{{ group.timestamp|tsstr_sec }}

+
+
+
+

管理员

+ +
-

成员

-{% if common_members %} - -{% else %} -

暂无

-{% endif %} +
+

成员

+
+ {% if common_members %} + + {% else %} +

暂无

+ {% endif %} +
+
{% if is_join %} -

操作

- +
+

操作

+ +
{% endif %} {% endblock %} @@ -88,13 +103,16 @@

信息栏

-
-
- {% for error in form.message.errors %} -

{{ error|escape }}

- {% endfor %} - -
+
+ 默认头像 +
+
+ {% for error in form.message.errors %} +

{{ error|escape }}

+ {% endfor %} + +
+
{% if group_msgs %}