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

@@ -11328,6 +11328,8 @@ def workout_summary_edit_view(request,id,message="",successmessage=""
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:
savebutton = 'savedetailform' savebutton = 'savedetailform'