Skip to content

Commit

Permalink
Fix qualité
Browse files Browse the repository at this point in the history
  • Loading branch information
jdauphant committed Dec 23, 2019
1 parent 93a5e61 commit 899fedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/CSVImportController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ case class CSVImportController @Inject()(loginAction: LoginAction,
}),
"key" -> ignored("key"),
"name" -> nonEmptyText.verifying(maxLength(100)),
"qualite" -> default(text, ""),
"quality" -> default(text, ""),
"email" -> email.verifying(maxLength(200), nonEmpty),
"helper" -> boolean,
"instructor" -> boolean,
Expand Down

0 comments on commit 899fedc

Please sign in to comment.