Re: putting a link in a multiplechoice checkbox field in new forms

2007-09-07 Thread Kenneth Gonsalves


On 07-Sep-07, at 4:43 PM, Kenneth Gonsalves wrote:

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

solved - just broke up the form and made the template by hand

-- 

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



putting a link in a multiplechoice checkbox field in new forms

2007-09-07 Thread Kenneth Gonsalves

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  itemname

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