added notes to example workout
This commit is contained in:
@@ -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 + ">"
|
||||
|
||||
Reference in New Issue
Block a user