bug fix
This commit is contained in:
@@ -11327,6 +11327,8 @@ def workout_summary_edit_view(request,id,message="",successmessage=""
|
|||||||
itime,idist,itype = rowdata.intervalstats_values()
|
itime,idist,itype = rowdata.intervalstats_values()
|
||||||
nrintervals = len(idist)
|
nrintervals = len(idist)
|
||||||
savebutton = 'savestringform'
|
savebutton = 'savestringform'
|
||||||
|
|
||||||
|
form = SummaryStringForm()
|
||||||
|
|
||||||
# we are saving the results obtained from the detailed form
|
# we are saving the results obtained from the detailed form
|
||||||
elif request.method == 'POST' and "savedetailform" in request.POST:
|
elif request.method == 'POST' and "savedetailform" in request.POST:
|
||||||
|
|||||||
Reference in New Issue
Block a user