> One option is to use the 'random' filter; your context would need to > define the list of possible strings: > > Context({ > 'classes': ['class1','class2','class3','class4'] > > }) > > but then your template could use: > > {{ classes|random }}
Can you serve Context to the base template? I thought of that earlier, but I couldn't think of how to give it Context. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---