raphaelbauer / casino-play

User management for Play! framework (authentication, registration, password management)
Other
48 stars 20 forks source link

customize views #7

Open mcmug8 opened 11 years ago

mcmug8 commented 11 years ago

Hi, Could you tell me how I can customize the register form? On the instruction you indicated this "Simply copy the directory structure of app/views/casino and style them the way you want."

I am not sure how if I should update the views within casino module or creating a new view in my project.

Please help.

Thanks, Tim

raphaelbauer commented 11 years ago

On Sun, Dec 2, 2012 at 7:45 AM, mcmug8 notifications@github.com wrote:

Hi, Could you tell me how I can customize the register form? On the instruction you indicated this "Simply copy the directory structure of app/views/casino and style them the way you want."

I am not sure how if I should update the views within casino module or creating a new view in my project.

Please help.

Just create them in your own project. Everything in your project will implicitly overwrite the views of casino. Just make sure the directory structure and the file names are the same.

Cheers,

Raphael

Thanks, Tim

— Reply to this email directly or view it on GitHubhttps://github.com/reyez/casino-play/issues/7.

inc: http://ars-machina.raphaelbauer.com tech: http://ars-codia.raphaelbauer.com web: http://raphaelbauer.com

mcmug8 commented 11 years ago

Awesome, thank you very much for your help!