Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Replace forms by fieldsets #15

Open
bakura10 opened this issue Jun 13, 2013 · 1 comment
Open

Replace forms by fieldsets #15

bakura10 opened this issue Jun 13, 2013 · 1 comment

Comments

@bakura10
Copy link
Contributor

Currently BaconUser uses form. However, forms are not reusable while fieldset are. This means that if someone want to have another form with a user, he has to duplicate all the fields.

We need to change that so we have a UserFieldset instead, and multiple forms (RegistrationForm, LoginForm…) that reuse the fieldset, and set the validation group accordingly.

@DASPRiD
Copy link
Member

DASPRiD commented Jun 13, 2013

This sounds a little bit like overkill to me, let's discuss that on IRC.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants