修改错误

This commit is contained in:
ibuler
2015-01-22 22:14:21 +08:00
parent cc425116a1
commit 984a04972f

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