diff --git a/symposion_project/templates/teams/team_detail.html b/symposion_project/templates/teams/team_detail.html index c0723be67014db40fcbb62c97acdba2b128987b4..b423b6d5839563e257913b76c22d21ae27955c5e 100644 --- a/symposion_project/templates/teams/team_detail.html +++ b/symposion_project/templates/teams/team_detail.html @@ -5,4 +5,18 @@ {% block body %}

{{ team.name }}

+ {% if can_join %} +
+ {% csrf_token %} + +
+ {% endif %} + + {% if can_leave %} +
+ {% csrf_token %} + +
+ {% endif %} + {% endblock %}