diff options
author | marwolaethblack <a.unal677@gmail.com> | 2017-11-30 12:52:21 +0100 |
---|---|---|
committer | marwolaethblack <a.unal677@gmail.com> | 2017-11-30 12:52:21 +0100 |
commit | 1e5946aba89293d1a3103adb885bff4a69c6f769 (patch) | |
tree | 18ef41b2b704aeff1127c7e36b36ab0e8928b328 /app/Resources/views | |
parent | 373010be532616b89f4c3e9fef0a972f7cf539f5 (diff) | |
parent | 1ccf8cd89e5d1d5b77a148009ad0060d8244dc8f (diff) |
aaa
Diffstat (limited to 'app/Resources/views')
-rw-r--r-- | app/Resources/views/emails/registration.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Resources/views/emails/registration.php b/app/Resources/views/emails/registration.php new file mode 100644 index 0000000..c2ac995 --- /dev/null +++ b/app/Resources/views/emails/registration.php @@ -0,0 +1,6 @@ +{# app/Resources/views/Emails/registration.html.twig #} +<h3>You did it! You registered!</h3> + +Hi {{ name }}! You're successfully registered. + +Thanks!
\ No newline at end of file |