Private
Public Access
1
0

commute and race override warmup and cooldown

This commit is contained in:
2025-02-18 16:32:20 +01:00
parent 43959f59cc
commit 43a2e13e35

View File

@@ -4537,9 +4537,9 @@ def workout_edit_view(request, id=0, message="", successmessage=""):
boatname = form.cleaned_data.get('boatname', '')
empowerside = form.cleaned_data.get('empowerside','port')
if is_race and subtype is None:
if is_race:
subtype = "Race"
elif is_commute and subtype is None:
elif is_commute:
subtype = "Commute"
if private: