rename onboarding-1 to onboarding/send-from-alias

This commit is contained in:
Son NK 2020-03-24 20:55:50 +01:00
parent 3f1716d9ec
commit 929e965f23
3 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ def onboarding_1(user):
send_email(
user.email,
f"Do you know you can send emails to anyone from your alias?",
render("com/onboarding-1.txt", user=user),
render("com/onboarding-1.html", user=user),
render("com/onboarding/send-from-alias.txt", user=user),
render("com/onboarding/send-from-alias.html", user=user),
)