Adding test for LoginPage

This commit is contained in:
2025-10-26 20:26:32 +01:00
parent f39205dba0
commit b98e52378e
14 changed files with 1003 additions and 8 deletions

View File

@@ -106,6 +106,15 @@ class RegisterPage:
cls="btn w-full font-bold py-2 px-4 rounded"
),
# Registration link
Div(
P(
"Already have an account? ",
A("Sign in here", href="/login", cls="text-blue-600 hover:underline"),
cls="text-sm text-gray-600 text-center"
)
),
action="register-p",
method="post",
cls="mb-6"