Commit 984a0497 authored by ibuler's avatar ibuler

修改错误

parent cc425116
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment