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

List history of read-only library, and fixed typo in share repo to all

This commit is contained in:
zhengxie
2013-01-21 11:34:18 +08:00
parent ecefe7adc7
commit f2ee3c614b
5 changed files with 14 additions and 9 deletions

View File

@@ -77,8 +77,7 @@ def share_repo(request):
try:
seafserv_threaded_rpc.set_inner_pub_repo(repo_id, permission)
except:
msg = _(u'Failed to share to all members')
message.add_message(request, message.ERROR, msg)
messages.error(request, _(u'Failed to share to all members'))
continue
msg = _(u'Shared to all members successfully, go check it at <a href="%s">Share</a>.') % \