diff --git a/rowers/forms.py b/rowers/forms.py index 53139c5a..290e5f00 100644 --- a/rowers/forms.py +++ b/rowers/forms.py @@ -963,7 +963,6 @@ class PlannedSessionTeamForm(forms.Form): return cd = self.cleaned_data - print cd['team'],'aap' if not cd['team']: raise forms.ValidationError( 'You must select at least one team' diff --git a/rowers/models.py b/rowers/models.py index b5326f42..5db5bb25 100644 --- a/rowers/models.py +++ b/rowers/models.py @@ -1638,7 +1638,7 @@ class PlannedSession(models.Model): ('session','Training Session'), ('challenge','Challenge'), ('test','Mandatory Test'), - ('cycletarget','Cycle Target'), + ('cycletarget','Total for a time period'), ('coursetest','OTW test over a course'), ('race','Virtual Race'), ) diff --git a/rowers/templates/trainingplan.html b/rowers/templates/trainingplan.html index 8e2e57d0..770f457b 100644 --- a/rowers/templates/trainingplan.html +++ b/rowers/templates/trainingplan.html @@ -6,6 +6,17 @@ {% block main %} + +
This plan starts on {{ plan.startdate }} and ends on {{ plan.enddate }}. {% if plan.target %} @@ -18,6 +29,7 @@
Unfold/Fold all