diff --git a/rowers/views.py b/rowers/views.py index 48e174d4..ea4f9ad6 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -3424,9 +3424,17 @@ def multiflex_view(request,userid=0, if 'options' in request.session: options = request.session['options'] + + try: + includereststrokes = options['includereststrokes'] + except KeyError: + includereststrokes = False + + try: + ploterrorbars = options['ploterrorbars'] + except KeyError: + ploterrorbars = False - includereststrokes = options['includereststrokes'] - ploterrorbars = options['ploterrorbars'] workstrokesonly = not includereststrokes if userid==0: