diff --git a/rowers/views.py b/rowers/views.py index c6e9e46a..c717e866 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -3012,6 +3012,7 @@ def cum_flex_data( startdatestring = def_options['startdatestring'] enddatestring = def_options['enddatestring'] deltadays = def_options['deltadays'] + request.session['options'] = def_options @@ -3268,6 +3269,7 @@ def cum_flex(request,theuser=0, options['workouttypes'] =workouttypes options['waterboattype'] =waterboattype options['theuser'] =theuser + options['rankingonly'] = rankingonly options['xparam'] =xparam options['yparam1'] =yparam1 options['yparam2'] =yparam2