fix typo
This commit is contained in:
2
app.py
2
app.py
@@ -214,7 +214,7 @@ def zaloguj():
|
||||
client_ip = get_real_ip()
|
||||
if not is_allowed_ip(client_ip, allowed_hosts_str):
|
||||
flash(
|
||||
"Dostęp do endpointu /login jest zablokowany dla Twojego adresu IP",
|
||||
"Dostęp do tego systemu jest zablokowany dla Twojego adresu IP",
|
||||
"danger",
|
||||
)
|
||||
return redirect(url_for("index"))
|
||||
|
Reference in New Issue
Block a user