From 7d09b3a6201a175128421d117d4c63495813fa05 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Fri, 1 Dec 2017 11:06:29 +0100 Subject: Refactored sending of e-mails and made it work. --- app/Resources/views/emails/warning.html.twig | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/Resources/views/emails/warning.html.twig (limited to 'app/Resources/views/emails/warning.html.twig') diff --git a/app/Resources/views/emails/warning.html.twig b/app/Resources/views/emails/warning.html.twig new file mode 100644 index 0000000..29a686c --- /dev/null +++ b/app/Resources/views/emails/warning.html.twig @@ -0,0 +1,23 @@ +{# app/Resources/views/emails/registration.html.twig #} +

WARNING!

+ + + +
+ + + + + + + + + + + + + +
TimeStampCoNoSo
{{ data->TimeStamp }}{{ Co }}{{ No }}{{ So }}
+
+All Data Page +

{{ Aqi }}

\ No newline at end of file -- cgit v1.2.3