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 @@ +