small typo fix
This commit is contained in:
@@ -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/')
|
||||
|
||||
Reference in New Issue
Block a user