diff --git a/rowers/templates/base.html b/rowers/templates/base.html index 1783af5b..db7ec491 100644 --- a/rowers/templates/base.html +++ b/rowers/templates/base.html @@ -128,7 +128,19 @@ {% endif %}
- {% if user.is_authenticated and user.rower.team.all %} + {% if user.is_authenticated and teams %} + + See recent workouts for your team + {% elif user.is_authenticated and user.rower.team.all %}