Hello!

Ok, this is the scenario:
An album contains several images. The user can click on "manage
album", and get a list of all the images contained inside the specific
album.
The user should then be able to edit information on each individual
image on one page, and click a "Submit"-button at the bottom.

I'm having some trouble wrapping my head around a good way to do this.
I don't want to wrap each image in it's own FORM-element. I've been
thinking about making each INPUT-element a part of an array (<input
type="text" name="the_name[]">), but that'll make it difficult/
impossible to link the images with the corresponding text.

Does anyone have any input on this matter? I'd be really grateful! :-)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to