aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <chrismytton@gmail.com>2019-11-08 13:36:29 +0000
committerChris Mytton <chrismytton@gmail.com>2019-11-08 13:36:29 +0000
commit561002d12a43ad5e222382e09ec9a277ce7b6ae8 (patch)
tree244cc2c8e94456c862e1f101c08e5f740c94feb3
parentf5fdcabddad82510fbaff75e13e1f63e0f8d01f8 (diff)
[Docs] Fix name of template for email logo settings
The logo_width and logo_height are set in _email_color_overrides.html, not _email_setting_overrides.html, so update the documentation to reflect that. [ci skip]
-rw-r--r--docs/customising/templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customising/templates.md b/docs/customising/templates.md
index 793156f70..303dd6f0d 100644
--- a/docs/customising/templates.md
+++ b/docs/customising/templates.md
@@ -109,5 +109,5 @@ and click the email you wish to preview.
To include an inline logo in your HTML email, put it at
`web/cobrands/yourcobrands/images/email-logo.gif` and make sure `logo_width`
and `logo_height` are set appropriately in your
-`_email_setting_overrides.html`. The email template should then pick it up
+`_email_color_overrides.html`. The email template should then pick it up
automatically.