In my experience multiple toolbar buttons are a sign of stale .pyc files Vadim Sikora
Frontend Teamlead Divio AG | Riedtlistrasse 23, CH-8006 Zürich Tel.: +41 44 480 12 70 | Mobile: +41 79 104-43-50 http://divio.com | http://aldryn.com Divio is a core contributor to the open source content management system django CMS: http://www.django-cms.org On Fri, Nov 25, 2016 at 10:57 AM, Philippe O. Wagner <[email protected]> wrote: > Hi all > > Any ideas what went wrong here (see screenshot)? > > > > We updated from 3.1.4 to 3.3.0. > > The language settings looks like this : > > LANGUAGE_CODE = 'de' > > LANGUAGES = ( > ('de', gettext('German')), > ) > > TRANSMETA_LANGUAGES = LANGUAGES # TODO: used? > > > CMS_LANGUAGES = { > 1: [ > { > 'code': 'de', > 'name': gettext('Deutsch'), > 'fallbacks': [ ], > 'public': True, > 'redirect_on_fallback':False, > }, > ], > 'default': { > 'fallbacks': ['de',], > 'redirect_on_fallback':True, > } > } > > This should be "german only" and no multiple redundant buttons, right? > > Any hint is appreciated! > > Cheers, > > Philippe > > -- > Message URL: https://groups.google.com/d/msg/django-cms-developers/ > topic-id/message-id > Unsubscribe: send a message to django-cms-developers+ > [email protected] > --- > You received this message because you are subscribed to the Google Groups > "django CMS developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit https://groups.google.com/d/ > msgid/django-cms-developers/4412f24d-3af6-408a-9adb- > 03b070d1beb1%40googlegroups.com > <https://groups.google.com/d/msgid/django-cms-developers/4412f24d-3af6-408a-9adb-03b070d1beb1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to [email protected] --- You received this message because you are subscribed to the Google Groups "django CMS developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/django-cms-developers/CAGEtaooFsgqWsSPDuCToH%2B9fwmhn%3DJpbrqczRjEneUvaOCSNfA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
