修改错误

pull/6/head
ibuler 2015-01-22 22:14:21 +08:00
parent cc425116a1
commit 984a04972f
1 changed files with 1 additions and 1 deletions

View File

@ -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):