django-rosetta/rosetta/templates
Nick Pope b663129902 Prevent context issue w/ django.contrib.messages
Due to the situation we have at work, I encounter a problem whereby the
variable 'messages' in the template render context is overwritten by the
variable 'messages' provided by django.contrib.messages which is passed
in via a RequestContext.

This commit simply renames 'messages' to 'rosetta_messages' to avoid
this problem.
2012-01-25 22:44:50 +00:00
..
rosetta Prevent context issue w/ django.contrib.messages 2012-01-25 22:44:50 +00:00