From 984a04972fb76230b35184fa0267fe2edf88be9a Mon Sep 17 00:00:00 2001 From: ibuler Date: Thu, 22 Jan 2015 22:14:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- juser/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juser/views.py b/juser/views.py index e9f208071..5f1691449 100644 --- a/juser/views.py +++ b/juser/views.py @@ -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):