From 717fdeca03ad589b2f570deb7bfa0ce1de853641 Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
Date: Thu, 18 Oct 2018 07:44:22 +0200
Subject: [PATCH 1/3] bug fix
---
rowers/templates/menu_analytics.html | 2 +-
rowers/templates/menu_workout.html | 2 +-
rowers/views.py | 13 ++++++++-----
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/rowers/templates/menu_analytics.html b/rowers/templates/menu_analytics.html
index cfcfa152..6d92023e 100644
--- a/rowers/templates/menu_analytics.html
+++ b/rowers/templates/menu_analytics.html
@@ -23,7 +23,7 @@
-
+
Power Progress
diff --git a/rowers/templates/menu_workout.html b/rowers/templates/menu_workout.html
index 5164c65f..7eb43a97 100644
--- a/rowers/templates/menu_workout.html
+++ b/rowers/templates/menu_workout.html
@@ -2,7 +2,7 @@
Workout
- {% if user.is_anonymous %}
-
-
-
-
-
-
-
-
-
-
SIGN UP FREE
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% endif %}
There is no shortage of training advice for rowers.
@@ -69,10 +24,49 @@
you are, set objectives, make a plan, track progress,
and adjust based on the results you are getting.
- WHAT WE OFFER
+
+ This site is more than a rowing log book. It enables you
+ and your coach
+ to plan and track all your rowing, indoor and on the water, with a large
+ number of devices and apps. On top of that, it offers the best in
+ rowing data analytics. Train smart.
+
+
+

+
+
+ {% if user.is_anonymous %}
-
+
+
+
SIGN UP FREE
+
+
+
+
+
+
+
+
+

+
+
+ {% endif %}
+
+ WHAT WE OFFER
LOG
@@ -105,15 +99,6 @@
Compare your results between workouts and with other rowers in your team
-
-
-
-
-
-
-
-
-
and more
@@ -131,15 +116,15 @@
alt="horizontal line">
-
-
-
-
-
+
+
+
+
+
Local Time: {% now "jS F Y H:i" %}
diff --git a/rowers/templates/registration/login.html b/rowers/templates/registration/login.html
index 4b4a1698..354a5918 100644
--- a/rowers/templates/registration/login.html
+++ b/rowers/templates/registration/login.html
@@ -1,39 +1,43 @@
-{% extends "basefront.html" %}
+{% extends "newbasefront.html" %}
-{% block content %}
+{% block main %}
{% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %}
-
-
-
-
+
+
+
+
{% endblock %}
diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css
index 358440c6..84c31376 100644
--- a/static/css/rowsandall2.css
+++ b/static/css/rowsandall2.css
@@ -288,6 +288,14 @@ th.rotate > div > span {
color: black;
}
+.frontitem label {
+ color: black;
+}
+
+.frontitem a {
+ color: #1c75bc;
+}
+
.vignet {
border-radius: 50%;
display: block;