From bd00612401d2426dca56cd76b26e20a1d0cdd6f9 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 5 Mar 2022 14:21:16 +0100 Subject: [PATCH] :lipstick: Added email-confirmation template --- classquiz/emails/templates/register.html | 102 +++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 classquiz/emails/templates/register.html diff --git a/classquiz/emails/templates/register.html b/classquiz/emails/templates/register.html new file mode 100644 index 0000000..3d4387b --- /dev/null +++ b/classquiz/emails/templates/register.html @@ -0,0 +1,102 @@ + + +
Let's confirm your email address. +
+ + + + + + +
+
+
+ + + + + + +
+ + + + + + + + + +

+ You're on your way!
Let's confirm your email address.

+

+ By clicking on the following link, you are confirming your email address.

+ + + + + + +
+ + + + + + +
Confirm Email Address
+
+
+
+
+
+ + + + + + +
+

+ 💌 Send with love by Mawoka +

+
+
\ No newline at end of file