Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have 10 languages in use by django-cms. Each one gets a tab in the admin. Now we would like to restrict it, so that the russian translator cannot edit the German translation, only view his own translation. Is this doable somehow without mucking around in django-cms code?

I've done something similar for regular models that are marked translatable, but haven't found any useful information on how to hide languages in django-cms.

I would like a solution that does not require hacking django cms, if possible

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.