mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
Modify recommend message
This commit is contained in:
@@ -562,9 +562,7 @@ def group_recommend(request):
|
||||
attach_type=attach_type, path=path)
|
||||
ma.save()
|
||||
|
||||
group_url = reverse('group_info', args=[group.id])
|
||||
msg = u'推荐到 <a href="%s" target="_blank">%s</a> 成功。' %\
|
||||
(group_url, group_name)
|
||||
msg = u'推荐成功。'
|
||||
messages.add_message(request, messages.INFO, msg)
|
||||
break
|
||||
if not find:
|
||||
|
Reference in New Issue
Block a user