cbc: add class based views containing many forms on the same page
Initialization of the view takes a dictionnary of form classes. Each form instance use the dictionnary key as a prefix for its identifiers. The view try to find the first identifier it can parse from the POSTed data and only handle form workflow for the concerned form.
cbc: add class based views containing many forms on the same page
Initialization of the view takes a dictionnary of form classes. Each
form instance use the dictionnary key as a prefix for its identifiers.
The view try to find the first identifier it can parse from the POSTed
data and only handle form workflow for the concerned form.