mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Merge mistake, my bad
- Restore ProjectForm.password as a PasswordField and not TextField
This commit is contained in:
parent
681f22f3e4
commit
402dbce153
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class EditProjectForm(Form):
|
|||
|
||||
class ProjectForm(EditProjectForm):
|
||||
id = TextField("Project identifier", validators=[Required()])
|
||||
password = PasswordField("Private code", validators=[Required()])
|
||||
submit = SubmitField("Create the project")
|
||||
|
||||
def validate_id(form, field):
|
||||
|
|
Loading…
Reference in a new issue