mirror of https://github.com/jumpserver/jumpserver
修改错误
parent
cc425116a1
commit
984a04972f
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue