> It sounds like you're looking for a modelform.
I don't think I need modelform 'cause my purpose it's only show books
items details with a checkbox for each one.
I need to obtain html like this:
<form action="." method="POST">
<checkbox name="001" id="001" /> Book title: "Harry Potter and the
Philosopher's Stone" price: "25.00"
<br/>
<checkbox name="002" id="002" /> Book title: "Harry Potter and the
Chamber of Secrets" - price: "30.00"
<br/>
<checkbox name="003" id="003" /> Book title: "The Name of the
Rose" - price: "20.00"
.
..
...
</form>
where id "xxx" is the pk value of each book
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---