mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-03 03:14:43 +00:00
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. |
||
|---|---|---|
| .. | ||
| conf | ||
| locale | ||
| templates/rosetta | ||
| templatetags | ||
| tests | ||
| __init__.py | ||
| models.py | ||
| polib.py | ||
| poutil.py | ||
| signals.py | ||
| urls.py | ||
| views.py | ||