From 1bd174e73f1debbd084e452eec0b2365a955a4a9 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 2 Mar 2024 22:27:25 +0100 Subject: [PATCH] Add notes to statistics/leaderboard pages --- formula10/templates/season.jinja | 11 ++++++++++- formula10/templates/statistics.jinja | 7 +++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/formula10/templates/season.jinja b/formula10/templates/season.jinja index c803d4f..45c73f8 100644 --- a/formula10/templates/season.jinja +++ b/formula10/templates/season.jinja @@ -10,11 +10,20 @@ {% block body %} +
+
+
Note
+ Picks that match the current standings are marked in green, + except for the hot-take and overtake picks, as those are not evaluated automatically. + Points from sprints and fastest laps are not tracked currently. +
+
+
{% for user in model.all_users_or_active_user() %} -
+
{# Link should only be visible if all users are visible #} diff --git a/formula10/templates/statistics.jinja b/formula10/templates/statistics.jinja index 3729fe5..95af4b8 100644 --- a/formula10/templates/statistics.jinja +++ b/formula10/templates/statistics.jinja @@ -6,6 +6,13 @@ {% block body %} +
+
+
Note
+ Points from sprints and fastest laps are not tracked currently. +
+
+