From 7d6f8c5981c752383aaffcb00c8a3dce9c88ef17 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 11 Jun 2018 15:29:25 +0200 Subject: [PATCH] bug fix --- rowers/views.py | 2 ++ 1 file changed, 2 insertions(+) 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: