1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 07:47:32 +00:00

Remove login-require in back to local func

This commit is contained in:
xiez 2012-04-27 13:53:49 +08:00
parent 551d2984c6
commit c951d852d9

View File

@ -620,7 +620,6 @@ def user_add(request):
'form': form,
}, context_instance=RequestContext(request))
@login_required
def back_local(request):
ccnet_applt_root = get_ccnetapplet_root()