diff --git a/rowers/views.py b/rowers/views.py index 8b5d4f7a..c0c6ab01 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -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 here' messages.info(request,successmessage) kwargs = { 'id':int(id)}