From c6038dce4dae1f69b95ef3253e3c1f454863e56d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 12 Jun 2018 20:13:54 +0200 Subject: [PATCH] make rankingpiece sticky --- rowers/views.py | 2 ++ 1 file changed, 2 insertions(+) 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