diff --git a/rowers/templates/cum_flex.html b/rowers/templates/cum_flex.html index 8ac6adb4..9fd5a1e2 100644 --- a/rowers/templates/cum_flex.html +++ b/rowers/templates/cum_flex.html @@ -19,7 +19,10 @@ // enabled. hidden.hide(); - + + if (modality.val() == 'water') { + hidden.show(); + } // Setup an event listener for when the state of the diff --git a/rowers/views.py b/rowers/views.py index 9c3d0e1c..1dd85aa4 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -2740,6 +2740,7 @@ def cum_flex(request,theuser=0, initial={ 'modality':modality, 'waterboattype':waterboattype, + 'rankingonly':rankingonly, } )