Private
Public Access
1
0

Merge branch 'release/emailaddress'

This commit is contained in:
Sander Roosendaal
2017-01-05 21:40:28 +01:00
+2 -2
View File
@@ -266,7 +266,7 @@ def rower_register_view(request):
message += "Happy rowing!\n\n\n"
message += "Oh, one more thing. The site is currently in beta and is developing fast. Bear with us. Don't hesitate to contact me if anything is broken or doesn't seem to work as advertised."
send_mail(subject, message,
'Sander Roosendaal <info@rowsandall,com>',
'Sander Roosendaal <info@rowsandall.com>',
[fullemail])
subject2 = "New User"
@@ -275,7 +275,7 @@ def rower_register_view(request):
message2 += "User name: "+username
send_mail(subject2, message2,
'Rowsandall Server <info@rowsandall,com>',
'Rowsandall Server <info@rowsandall.com>',
['roosendaalsander@gmail.com'])
return HttpResponseRedirect('/rowers/register/thankyou/')