mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 16:39:28 +00:00
修改错误
This commit is contained in:
@@ -166,7 +166,7 @@ def user_list(request):
|
||||
contacts = paginator.page(page)
|
||||
except (EmptyPage, InvalidPage):
|
||||
contacts = paginator.page(paginator.num_pages)
|
||||
return render_to_response('juser/user_list2.html', locals())
|
||||
return render_to_response('juser/user_list.html', locals())
|
||||
|
||||
|
||||
def db_add_user(**kwargs):
|
||||
|
Reference in New Issue
Block a user