Skip to content

Commit

Permalink
Изменен путь для шаблона email.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWazowskyi committed Sep 5, 2023
1 parent 3f9075e commit ac3a62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
EMAIL_BACKEND = env.str(
"EMAIL_BACKEND", default="django.core.mail.backends.console.EmailBackend"
)
EMAIL_TEMPLATE_NAME = "email.html"
EMAIL_TEMPLATE_NAME = "emailing/email.html"
EMAIL_HOST = env.str("EMAIL_HOST")
try:
EMAIL_PORT = env.int("EMAIL_PORT")
Expand Down

0 comments on commit ac3a62d

Please sign in to comment.