Fixed venv
This commit is contained in:
11
templates/lockout.html
Normal file
11
templates/lockout.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- templates/lockout.html -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Account Locked Out</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>You have been locked out due to too many failed login attempts.</h1>
|
||||
<p>If you believe this is an error, please contact the administrator.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user