Private
Public Access
1
0

added notes to example workout

This commit is contained in:
Sander Roosendaal
2016-12-16 13:21:16 +01:00
parent 125e0a72b9
commit 1938506735

View File

@@ -245,7 +245,8 @@ def rower_register_view(request):
copyfile(f,f2)
response = dataprep.new_workout_from_file(therower,f2,
title='New User Sample Data')
title='New User Sample Data',
notes='This is an example workout to get you started')
# Create and send email
fullemail = first_name + " " + last_name + " " + "<" + email + ">"