From 3992120f87f33fa5dacc279ba305a553e5a57f4d Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
Date: Wed, 26 Sep 2018 18:48:14 +0200
Subject: [PATCH] added side header
---
rowers/templates/help.html | 4 ++++
rowers/templates/menu_analytics.html | 1 -
rowers/templates/menu_help.html | 1 -
rowers/templates/menu_plan.html | 1 -
rowers/templates/menu_profile.html | 1 -
rowers/templates/menu_racing.html | 1 -
rowers/templates/menu_teams.html | 1 -
rowers/templates/menu_workout.html | 1 -
rowers/templates/menu_workouts.html | 1 -
rowers/templates/redesign_analysis.html | 4 ++++
rowers/templates/redesign_plan.html | 4 ++++
rowers/templates/redesign_profile.html | 4 ++++
rowers/templates/redesign_racing.html | 4 ++++
rowers/templates/redesign_teams.html | 4 ++++
rowers/templates/redesign_workout.html | 4 ++++
rowers/templates/redesign_workouts.html | 4 ++++
static/css/styles2.css | 30 +++++++++++++++++++++----
templates/newbase.html | 16 ++++++++-----
18 files changed, 69 insertions(+), 17 deletions(-)
diff --git a/rowers/templates/help.html b/rowers/templates/help.html
index d3e3f858..70c97ca2 100644
--- a/rowers/templates/help.html
+++ b/rowers/templates/help.html
@@ -10,6 +10,10 @@
{% endblock %}
+{% block sideheader %}
+Help
+{% endblock %}
+
{% block sidebar %}
{% include 'menu_help.html' %}
{% endblock %}
diff --git a/rowers/templates/menu_analytics.html b/rowers/templates/menu_analytics.html
index cd6a3911..a1938f12 100644
--- a/rowers/templates/menu_analytics.html
+++ b/rowers/templates/menu_analytics.html
@@ -1,4 +1,3 @@
-Analysis