mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 13:50:07 +00:00
show group avatar
This commit is contained in:
@@ -235,7 +235,7 @@ app["pageOptions"] = {
|
|||||||
groups.push({
|
groups.push({
|
||||||
'name': '{{group.group_name}}',
|
'name': '{{group.group_name}}',
|
||||||
'id': '{{group.id}}',
|
'id': '{{group.id}}',
|
||||||
'avatar': '{% grp_avatar grp.id 36 %}'
|
'avatar': '{% grp_avatar group.id 36 %}'
|
||||||
});
|
});
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
return groups;
|
return groups;
|
||||||
|
Reference in New Issue
Block a user