mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 10:13:07 -06:00
Migrate app to use WTForms for auth form validation
- Not finished yet, major styling breakage in this commit - Also encapsulated GET & POST requests of /login and /signup routes into one route.
This commit is contained in:
@@ -131,10 +131,10 @@ form.login-form {
|
||||
border: 1px solid darkblue;
|
||||
padding: 0.7em;
|
||||
}
|
||||
form .field {
|
||||
form field {
|
||||
padding: 4px;
|
||||
}
|
||||
form .field .checkbox {
|
||||
form field .checkbox {
|
||||
margin-left: auto;
|
||||
}
|
||||
form button {
|
||||
|
||||
Reference in New Issue
Block a user