mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-19 07:27:56 +00:00
Remove login-require in back to local func
This commit is contained in:
parent
551d2984c6
commit
c951d852d9
1
views.py
1
views.py
@ -620,7 +620,6 @@ def user_add(request):
|
|||||||
'form': form,
|
'form': form,
|
||||||
}, context_instance=RequestContext(request))
|
}, context_instance=RequestContext(request))
|
||||||
|
|
||||||
@login_required
|
|
||||||
def back_local(request):
|
def back_local(request):
|
||||||
ccnet_applt_root = get_ccnetapplet_root()
|
ccnet_applt_root = get_ccnetapplet_root()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user