Private
Public Access
1
0

tested upgrade stuff, improved new user emails

This commit is contained in:
Sander Roosendaal
2019-05-16 10:53:26 +02:00
parent 8bd6373212
commit af0b03970a
6 changed files with 58 additions and 6 deletions

View File

@@ -614,7 +614,7 @@ def freecoach_register_view(request):
d = {'first_name':theuser.first_name}
send_template_email(from_address,[fullemail],
subject,'registeremail.html',d)
subject,'coachregisteremail.html',d)
subject2 = "New Free Coach"