From 49e526902e98eff2fe045cc8d0161e9adc1003f0 Mon Sep 17 00:00:00 2001 From: David Smejkal Date: Wed, 1 Feb 2023 03:41:31 +0000 Subject: [PATCH] More accurate test contact related README wording --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4e8c44d..3cab920 100644 --- a/README.rst +++ b/README.rst @@ -147,11 +147,11 @@ You can override the default ``Contact`` model by setting an option on the admin .. code-block:: python - # You may want to extend the test contact + # You may want to redefine the test contact (used in previews) with your new ExtendedContact fields BIRDSONG_TEST_CONTACT = { 'first_name': 'Wagtail', 'last_name': 'Birdsong', - 'email': 'birdsong@example.com', + 'email': 'wagtail.birdsong@example.com', 'location': 'us', }