megachonker / Projet-WSDB

Projet de web sur le jeux des choix
2 stars 0 forks source link

@helper.inputText #5

Closed megachonker closed 4 years ago

megachonker commented 4 years ago

Remplacer les Input: https://github.com/thirax/Projet-WSDB/blob/9cbb6b30f6a354668dc5e6850d7aaecbb6f60515/Projet/app/views/login.scala.html#L3-L9

remplacer par : @helper.inputText(userForm("pseudo")) @helper.inputText(userForm("password"))

affin de pouvoir utiliser le formulaire : https://github.com/thirax/Projet-WSDB/blob/9cbb6b30f6a354668dc5e6850d7aaecbb6f60515/Projet/app/views/login.scala.html#L1

qui poura être rejouer dans : https://github.com/thirax/Projet-WSDB/blob/9cbb6b30f6a354668dc5e6850d7aaecbb6f60515/Projet/app/controllers/HomeController.java#L29

megachonker commented 4 years ago

en taff sur l'autre branche

megachonker commented 4 years ago

fixed