More accurate test contact related README wording

This commit is contained in:
David Smejkal 2023-02-01 03:41:31 +00:00
parent 62dc145f05
commit 49e526902e
1 changed files with 2 additions and 2 deletions

View File

@ -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',
}