diff --git a/symposion_project/templates/teams/team_detail.html b/symposion_project/templates/teams/team_detail.html index 414b5844..8ef56a3a 100644 --- a/symposion_project/templates/teams/team_detail.html +++ b/symposion_project/templates/teams/team_detail.html @@ -34,6 +34,8 @@ {% if team.description %}
{{ team.description }}
{% endif %} + {% if state == "invited" %}You have been invited to join this team. Click join to the right to accept.
{% endif %} + {% if user.is_staff or state == "manager" %} {% if team.managers %}