From 0e9c73f8db27d5980e99f0feb1ce14ce5fabed52 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 19 Dec 2024 09:05:46 +0100 Subject: [PATCH] adding intervals icon from fontawesome --- rowers/templates/menu_plan.html | 2 +- rowers/templates/plannedsessionview.html | 6 +++++- templates/newbase.html | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/rowers/templates/menu_plan.html b/rowers/templates/menu_plan.html index 89b67a4e..a81537e7 100644 --- a/rowers/templates/menu_plan.html +++ b/rowers/templates/menu_plan.html @@ -73,7 +73,7 @@
  • -  Import from Intervals +  Import from Intervals
  • diff --git a/rowers/templates/plannedsessionview.html b/rowers/templates/plannedsessionview.html index 8fe9b46c..20156570 100644 --- a/rowers/templates/plannedsessionview.html +++ b/rowers/templates/plannedsessionview.html @@ -23,7 +23,11 @@ {% else %} Export to Garmin {% endif %} - Export to intervals.icu + {% if ps.intervalsid != "" %} + Exported to intervals.icu + {% else %} + Export to intervals.icu + {% endif %}

    {% endif %}

    Session {{ psdict.name.1 }}

    diff --git a/templates/newbase.html b/templates/newbase.html index cfcf93b7..206d68c0 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -41,7 +41,7 @@ - + @@ -63,6 +63,7 @@ +