diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 13:39:50 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-07-14 13:39:50 +0200 |
| commit | fe5d2fd55cc255d36e520748fd5d838d95cc0591 (patch) | |
| tree | 7af89ffd613db6c60666da9877667d07c188f1a9 /app/forms.py | |
| parent | 7e4c451c052c9fc33136d184cdedec251f9ef6fd (diff) | |
| parent | e5316d69dad8e156bd40e1f0204bb34dcd062fb7 (diff) | |
Merge branch 'develop' into 'main'
Transitioned to UV
See merge request KaranJayachandra/match_up!15
Diffstat (limited to 'app/forms.py')
| -rw-r--r-- | app/forms.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/forms.py b/app/forms.py deleted file mode 100644 index 2e0929a..0000000 --- a/app/forms.py +++ /dev/null @@ -1,10 +0,0 @@ -from flask_wtf import FlaskForm -from wtforms.validators import DataRequired -from wtforms import StringField, PasswordField, BooleanField, SubmitField - - -class LoginForm(FlaskForm): - username = StringField("Username", validators=[DataRequired()]) - password = PasswordField("Password", validators=[DataRequired()]) - remember_me = BooleanField("Remember Me") - submit = SubmitField("Sign In") |
