Daniele Procida
Daniele Procida
It should be possible to provide Entities with: - multiple email addresses - labelled email addresses (e.g. General enquiries, Complaints department, etc)
... maybe. Think about it.
Under what circumstances should they be highlighted?
currently throws an exception
In the editor, the heading levels available seem to derive from some other setting...
If we are in single entity mode, and looking at a person's contact details, for the main entity the entity name need not be shown as part of the role.
An event can be Saved as new - unless there is an Object link on it
In our code: https://github.com/divio/django-cms/search?utf8=✓&q=SEND_BROKEN_LINK_EMAILS But, `SEND_BROKEN_LINK_EMAILS` was [removed in Django 1.8](https://docs.djangoproject.com/en/1.9/internals/deprecation/#deprecation-removed-in-1-8). Instead, developers should add `django.middleware.common.BrokenLinkEmailsMiddleware` to the `MIDDLEWARE_CLASSES` setting.
Much of the information needing to be provided already exists in the documentation, so it's mostly a case of gathering it together.