diff options
author | Struan Donald <struan@exo.org.uk> | 2017-09-07 18:03:31 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2017-09-11 10:42:57 +0100 |
commit | f5c2bab5b20a49f565fa2ce34da7bcf9c42b662f (patch) | |
tree | eb8c605c6696b93744cc4fc9b67f2855d41c041d | |
parent | 3930c5cd692580ebb99ece5af39a6ee55cb28f24 (diff) |
partial to include extra message on email sent page
-rw-r--r-- | templates/web/base/email_sent.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/email_sent.html b/templates/web/base/email_sent.html index 7d38f9d67..2724dabb9 100644 --- a/templates/web/base/email_sent.html +++ b/templates/web/base/email_sent.html @@ -14,6 +14,8 @@ [% END %] </p> + [% TRY %][% INCLUDE '_email_sent_extra.html' %][% CATCH file %][% END %] + <p> [% loc("Can’t find our email? Check your spam folder – that’s the solution 99% of the time.") %] </p> |