bux fix
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user