email zip processing improved
This commit is contained in:
@@ -5231,7 +5231,7 @@ def workout_upload_view(request,message="",
|
||||
response = HttpResponseRedirect(url)
|
||||
return response
|
||||
elif id == -1:
|
||||
message = 'Zip files will be processed in the background'
|
||||
message = 'The zip archive will be processed in the background. The files in the archive will only be uploaded without the extra actions. You will receive email when the workouts are ready.'
|
||||
url = reverse(workout_upload_view,
|
||||
args=[str(message)])
|
||||
response = HttpResponseRedirect(url)
|
||||
|
||||
Reference in New Issue
Block a user