1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

show group avatar

This commit is contained in:
lian
2015-04-24 10:25:47 +08:00
parent 21182045cb
commit a3e16357ac
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ app["pageOptions"] = {
groups.push({
'name': '{{group.group_name}}',
'id': '{{group.id}}',
'avatar': '{% grp_avatar grp.id 36 %}'
'avatar': '{% grp_avatar group.id 36 %}'
});
{% endfor %}
return groups;