I would like to make a newforms user select list, from every existing django 
users, looks like this:
----------------------------------------------------------------------
     <ul>
       <li>
         <label>
           <input value="1" type="checkbox">
           username1 - <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
         </label>
       </li>
       <li>
         <label>
           <input value="2" type="checkbox">
           username2 - <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
         </label>
       </li>
       <li>
         <label>
           <input value="3" type="checkbox">
           username3 - <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
         </label>
       </li>
     </ul>
----------------------------------------------------------------------

I don't know how to make this. Has anyone a idea?

-- 
Mfg.

Jens Diemer


----
A django powered CMS: http://www.pylucid.org


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