Private
Public Access
1
0

email zip processing improved

This commit is contained in:
Sander Roosendaal
2017-04-14 15:12:35 +02:00
parent 5bc69b3a49
commit ef398dcaee
5 changed files with 18 additions and 22 deletions

View File

@@ -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)