diff --git a/rowers/templates/menu_analytics.html b/rowers/templates/menu_analytics.html new file mode 100644 index 00000000..3135d325 --- /dev/null +++ b/rowers/templates/menu_analytics.html @@ -0,0 +1,28 @@ +
diff --git a/rowers/templates/menu_help.html b/rowers/templates/menu_help.html new file mode 100644 index 00000000..b47e0471 --- /dev/null +++ b/rowers/templates/menu_help.html @@ -0,0 +1,23 @@ + + diff --git a/rowers/templates/menu_plan.html b/rowers/templates/menu_plan.html new file mode 100644 index 00000000..debccd1d --- /dev/null +++ b/rowers/templates/menu_plan.html @@ -0,0 +1,32 @@ + diff --git a/rowers/templates/menu_profile.html b/rowers/templates/menu_profile.html new file mode 100644 index 00000000..7744eea6 --- /dev/null +++ b/rowers/templates/menu_profile.html @@ -0,0 +1,18 @@ + + diff --git a/rowers/templates/menu_racing.html b/rowers/templates/menu_racing.html new file mode 100644 index 00000000..cd2ca482 --- /dev/null +++ b/rowers/templates/menu_racing.html @@ -0,0 +1,11 @@ + diff --git a/rowers/templates/menu_teams.html b/rowers/templates/menu_teams.html new file mode 100644 index 00000000..cd3c948e --- /dev/null +++ b/rowers/templates/menu_teams.html @@ -0,0 +1,15 @@ + + diff --git a/rowers/templates/menu_workout.html b/rowers/templates/menu_workout.html new file mode 100644 index 00000000..eb429c92 --- /dev/null +++ b/rowers/templates/menu_workout.html @@ -0,0 +1,58 @@ + diff --git a/rowers/templates/redesign.html b/rowers/templates/redesign.html index 79779d35..4ac81a70 100644 --- a/rowers/templates/redesign.html +++ b/rowers/templates/redesign.html @@ -11,5 +11,5 @@ {% endblock %} {% block sidebar %} -{% include 'menu_workouts.html' %} +{% include 'menu_plan.html' %} {% endblock %}