diff --git a/rowers/views.py b/rowers/views.py index 33235b2d..7ffb56fa 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -11327,6 +11327,8 @@ def workout_summary_edit_view(request,id,message="",successmessage="" itime,idist,itype = rowdata.intervalstats_values() nrintervals = len(idist) savebutton = 'savestringform' + + form = SummaryStringForm() # we are saving the results obtained from the detailed form elif request.method == 'POST' and "savedetailform" in request.POST: