mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Add missing trailing space in EMAIL_SUBJECT_PREFIX (#4434)
This commit is contained in:
parent
d19994a55a
commit
5610d854f5
|
@ -146,7 +146,7 @@ SERVER_EMAIL = env("DJANGO_SERVER_EMAIL", default=DEFAULT_FROM_EMAIL)
|
|||
# https://docs.djangoproject.com/en/dev/ref/settings/#email-subject-prefix
|
||||
EMAIL_SUBJECT_PREFIX = env(
|
||||
"DJANGO_EMAIL_SUBJECT_PREFIX",
|
||||
default="[{{cookiecutter.project_name}}]",
|
||||
default="[{{cookiecutter.project_name}}] ",
|
||||
)
|
||||
|
||||
# ADMIN
|
||||
|
|
Loading…
Reference in New Issue
Block a user