From dda94818f97cdd753af37a3c7b16b94a8ddf7766 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 17 Mar 2021 13:56:30 +0100 Subject: [PATCH] type which might have prolonged the c2 double data bug --- rowers/templates/menu_profile.html | 2 +- rowers/uploads.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rowers/templates/menu_profile.html b/rowers/templates/menu_profile.html index 54061bd4..692c1c97 100644 --- a/rowers/templates/menu_profile.html +++ b/rowers/templates/menu_profile.html @@ -19,7 +19,7 @@
  • -  Charts Settings +  Data and Charts Settings
  • diff --git a/rowers/uploads.py b/rowers/uploads.py index d72a118d..adf2688f 100644 --- a/rowers/uploads.py +++ b/rowers/uploads.py @@ -558,7 +558,7 @@ def do_sync(w,options, quick=False): if options['c2id'] != 0 and options['c2id'] != '': w.uploadedtoc2 = options['c2id'] upload_to_c2 = False - do_c3_export = False + do_c2_export = False w.save() except KeyError: pass