Private
Public Access
1
0

small typo fix

This commit is contained in:
Sander Roosendaal
2017-01-05 21:39:20 +01:00
parent 84e9c28128
commit e707e8106e

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/')