From a4ab92ae943be765866ee77176430ee1a34a1492 Mon Sep 17 00:00:00 2001 From: hlshell <35910375+hlshell@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:07:05 +0800 Subject: [PATCH] Update views.py for 2.3.9 i test is sure --- loginSystem/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loginSystem/views.py b/loginSystem/views.py index 5744ab3da..d07e7bcaa 100644 --- a/loginSystem/views.py +++ b/loginSystem/views.py @@ -17,7 +17,7 @@ from django.utils import translation # Create your views here. VERSION = '2.3' -BUILD = 8 +BUILD = 9 def verifyLogin(request):