diff --git a/app/static/logo/email-templates.png b/app/static/logo/email-templates.png new file mode 100644 index 0000000..a698dd5 Binary files /dev/null and b/app/static/logo/email-templates.png differ diff --git a/app/templates/email/base_email.html b/app/templates/email/base_email.html index e274663..0d683fd 100644 --- a/app/templates/email/base_email.html +++ b/app/templates/email/base_email.html @@ -75,7 +75,8 @@
- SpiceShare Logo + SpiceShare Logo
diff --git a/app/templates/email/subscribed_email.html b/app/templates/email/subscribed_email.html index 8834b5f..5ef7b3b 100644 --- a/app/templates/email/subscribed_email.html +++ b/app/templates/email/subscribed_email.html @@ -12,5 +12,5 @@

Get ready to receive the latest and greatest recipes, cooking tips, and special updates from SpiceShare, delivered straight to your inbox.

To explore our collection of recipes, visit our site:

-Explore Recipes +Explore Recipes {% endblock %} \ No newline at end of file diff --git a/app/templates/email/unsubscribed_email.html b/app/templates/email/unsubscribed_email.html index 392a8d0..ff5cd62 100644 --- a/app/templates/email/unsubscribed_email.html +++ b/app/templates/email/unsubscribed_email.html @@ -9,5 +9,6 @@ {% block email_content %}

We're sad to see you go. You’ve successfully unsubscribed from the SpiceShare newsletter.

If this was a mistake, feel free to resubscribe here.

-Back to Recipes +Back to + Recipes {% endblock %} \ No newline at end of file diff --git a/app/templates/email/welcome_email.html b/app/templates/email/welcome_email.html index e0f1643..4f8dc20 100644 --- a/app/templates/email/welcome_email.html +++ b/app/templates/email/welcome_email.html @@ -10,5 +10,6 @@

Hi {{first_name}},

Thank you for joining SpiceShare! We're excited to have you with us. You'll be receiving the latest and greatest recipes, tips, and more!

-Explore Recipes +Explore Recipes {% endblock %} \ No newline at end of file