1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

Update group unit test

This commit is contained in:
xiez
2012-08-11 00:03:59 +08:00
parent f15fecdcf1
commit acf221aece
3 changed files with 29 additions and 5 deletions

View File

@@ -520,7 +520,7 @@ def group_recommend(request):
group_creator = e.split(' ')[1]
except IndexError:
messages.add_message(request, messages.ERROR,
u'推荐到 %s 失败,请检查是否参加了该小组。' % \
u'推荐到 %s 失败,请检查小组名称' % \
group_name)
continue