hi,

I have a multiplechoice field using multiplecheckbox widget. There is  
a form which has various action buttons for the selected items. In  
addition, I need to add a link to each of the selected items -  
something like 'details here ...' and clicking the link would take  
them to the details page for that item. The choices list has the id  
and name of each item. I need something like this:

  checkbox  <a href = 'url/id/' >itemname</a>

I tried to format this in the view itself - but didnt get a link -  
just got the literal string above. Any ideas?
-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



--~--~---------~--~----~------------~-------~--~----~
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