kopia lustrzana https://github.com/wagtail/wagtail
Fix 'email notifications' link
rodzic
9e67741f2b
commit
1799853b55
|
@ -279,6 +279,8 @@ This specifies whether password fields are shown when creating or editing users
|
|||
This specifies whether password is a required field when creating a new user. True by default; ignored if ``WAGTAILUSERS_PASSWORD_ENABLED`` is false. If this is set to False, and the password field is left blank when creating a user, then that user will have no usable password, and will not be able to log in unless an alternative authentication system such as LDAP is set up.
|
||||
|
||||
|
||||
.. _email_notifications:
|
||||
|
||||
Email Notifications
|
||||
-------------------
|
||||
|
||||
|
@ -288,8 +290,6 @@ Email Notifications
|
|||
|
||||
Wagtail sends email notifications when content is submitted for moderation, and when the content is accepted or rejected. This setting lets you pick which email address these automatic notifications will come from. If omitted, Django will fall back to using the ``DEFAULT_FROM_EMAIL`` variable if set, and ``webmaster@localhost`` if not.
|
||||
|
||||
.. _email_notifications_format:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
WAGTAILADMIN_NOTIFICATION_USE_HTML = True
|
||||
|
|
|
@ -77,7 +77,7 @@ Minor features
|
|||
* The ``Page`` model now has two new methods ``get_site()`` and ``get_url_parts()`` to aid with customising the page URL generation logic
|
||||
* Upgraded jQuery to 2.2.1 (Charlie Choiniere)
|
||||
* Multiple homepage summary items (``construct_homepage_summary_items`` hook) now better vertically spaced (Nicolas Kuttler)
|
||||
* Email notifications can now be sent in HTML format. See :ref:`email_notifications_format` (Mike Dingjan)
|
||||
* Email notifications can now be sent in HTML format. See :ref:`email_notifications` (Mike Dingjan)
|
||||
* ``StreamBlock`` now has provision for throwing non-field-specific validation errors
|
||||
* Wagtail now works with Willow 0.3, which supports auto-correcting the orientation of images based on EXIF data
|
||||
* New translations for Hungarian, Swedish (Sweden) and Turkish
|
||||
|
|
Ładowanie…
Reference in New Issue