Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-06-11 15:29:25 +02:00
parent 634e191d65
commit 7d6f8c5981

View File

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