Here's the last chunk of code.  Before I display the template, I have
to reset the array with the languages stored in the database.
I now default every .Selected variable to False, and this code resets
the ones to True based on the database.

     for dblanguage in session.languages:
         for arrlanguage in languages:
             if arrlanguage.name == dblanguage:
                arrlanguage.selected = True

Opinions please?  I feel like I had to invent a wheel here, when there
was probably already a wheel or pattern out there somewhere.

Neal
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to