>  I have a list of records, and I'd like the user to be able to delete
>  any given record by pressing a button.

IMHO there are two basic solutions:

1. each record has column with hyperlink to delete action (ID is part of URL)
   You can use plain text or image mapped links
2. each record has checkbox and there is a single DELETE button

Peter

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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