From 307ac520607c544593c257eb1c607dd5ff9e3c75 Mon Sep 17 00:00:00 2001 From: sichan Date: Fri, 14 Jun 2024 01:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9D=83=E9=99=90=E7=BB=84?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=20=E6=9C=89id=E9=97=AE=E9=A2=98=E6=B2=A1?= =?UTF-8?q?=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/accounts/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/accounts/views.py b/application/accounts/views.py index 7c13e3d..6520415 100644 --- a/application/accounts/views.py +++ b/application/accounts/views.py @@ -189,7 +189,7 @@ def user_permissions_list(request): 'items': items, } - return render(request, 'accounts/user_perm_list.html', context) + return render(request, 'accounts/user_permissions_list.html', context) @login_required()