diff --git a/shell.py b/shell.py index fa2bc2ac..d8489c29 100644 --- a/shell.py +++ b/shell.py @@ -5,6 +5,7 @@ from sqlalchemy_utils import create_database, database_exists, drop_database from app.config import DB_URI from app.models import * from server import create_app +from app import email_utils def create_db(): diff --git a/templates/emails/activation.html b/templates/emails/activation.html index 6069adaf..cf6cc4b2 100644 --- a/templates/emails/activation.html +++ b/templates/emails/activation.html @@ -1,4 +1,5 @@ - + +
@@ -96,7 +97,7 @@ a, a:hover { padding-top: 25px; color: #000000; font-family: sans-serif;" class="paragraph"> - Welcome to SimpleLogin {{name}}! + Hi {{name}}! diff --git a/templates/emails/activation.txt b/templates/emails/activation.txt index 65be3e0a..ddefe502 100644 --- a/templates/emails/activation.txt +++ b/templates/emails/activation.txt @@ -1,4 +1,4 @@ -Welcome to SimpleLogin {{name}}! +Hi {{name}}! Our mission is to protect our online identity. This should be *simple*. diff --git a/templates/emails/change-email.html b/templates/emails/change-email.html index fa9c5207..861fd4c8 100644 --- a/templates/emails/change-email.html +++ b/templates/emails/change-email.html @@ -1,4 +1,5 @@ - + + diff --git a/templates/emails/new-app.html b/templates/emails/new-app.html index 5f363b7d..0505a59b 100644 --- a/templates/emails/new-app.html +++ b/templates/emails/new-app.html @@ -1,4 +1,5 @@ - + + diff --git a/templates/emails/reset-password.html b/templates/emails/reset-password.html index 504d4cdf..5ef25c0a 100644 --- a/templates/emails/reset-password.html +++ b/templates/emails/reset-password.html @@ -1,4 +1,5 @@ - + + diff --git a/templates/emails/test-email.html b/templates/emails/test-email.html index 2526c2ce..d0758f0b 100644 --- a/templates/emails/test-email.html +++ b/templates/emails/test-email.html @@ -1,4 +1,5 @@ - + + diff --git a/templates/emails/welcome.html b/templates/emails/welcome.html index 2aa95385..e45e30c0 100644 --- a/templates/emails/welcome.html +++ b/templates/emails/welcome.html @@ -1,4 +1,5 @@ - + +