HI I'm trying to override the block messages in order to allow messages with HTML in one of my model changelist pages.
After realizing that the tipical override with template extension seems that doesn't work with messages block I go to the original django base.html admin template to try the modifications there. But still doesn't work! how can be possible if base.html is the only place where block messages is defined? Is it a bug? -- Marc -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

