diff --git a/rowers/templates/team_compare_select.html b/rowers/templates/team_compare_select.html index 9bc20390..4b6b2796 100644 --- a/rowers/templates/team_compare_select.html +++ b/rowers/templates/team_compare_select.html @@ -100,7 +100,8 @@
  • -
  • {% if workouts %} - + Toggle All
    @@ -130,7 +133,7 @@

    - +

  • diff --git a/rowers/views.py b/rowers/views.py index 79705ee1..6efd954c 100644 --- a/rowers/views.py +++ b/rowers/views.py @@ -5464,7 +5464,6 @@ def multi_compare_view(request,id=0): if result: promember=1 - if request.method == 'POST' and 'workouts' in request.POST: form = WorkoutMultipleCompareForm(request.POST) chartform = ChartParamChoiceForm(request.POST)