Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-10-30 21:22:07 +01:00
parent 5fe6db02dc
commit 21be4d278b

View File

@@ -5680,7 +5680,7 @@ def workout_otwsetpower_view(request,id=0,message="",successmessage=""):
except KeyError:
request.session['async_tasks'] = [(job.id,'otwsetpower')]
successmessage = "Your calculations have been submitted. You will receive an email when they are done."
successmessage = 'Your calculations have been submitted. You will receive an email when they are done. You can check the status of your calculations <a href="/rowers/jobs-status/">here</a>'
messages.info(request,successmessage)
kwargs = {
'id':int(id)}