From 02dbe48443c46a88ea1ae5f317cf53831a717f05 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 22 Sep 2018 22:59:22 +0200 Subject: [PATCH] created all the menus --- rowers/templates/menu_analytics.html | 28 ++++++++++++++ rowers/templates/menu_help.html | 23 +++++++++++ rowers/templates/menu_plan.html | 32 +++++++++++++++ rowers/templates/menu_profile.html | 18 +++++++++ rowers/templates/menu_racing.html | 11 ++++++ rowers/templates/menu_teams.html | 15 +++++++ rowers/templates/menu_workout.html | 58 ++++++++++++++++++++++++++++ rowers/templates/redesign.html | 2 +- 8 files changed, 186 insertions(+), 1 deletion(-) create mode 100644 rowers/templates/menu_analytics.html create mode 100644 rowers/templates/menu_help.html create mode 100644 rowers/templates/menu_plan.html create mode 100644 rowers/templates/menu_profile.html create mode 100644 rowers/templates/menu_racing.html create mode 100644 rowers/templates/menu_teams.html create mode 100644 rowers/templates/menu_workout.html 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 %}