Comment 5 for bug 1778189

Revision history for this message
Pierre Riteau (priteau) wrote :

A workaround for this bug is to disable all translated languages via local_settings:

LANGUAGES = (
    ('en', 'English'),
)

Even if a user has selected another language before, it will force them back on English.