diff --git a/symposion_project/templates/teams/team_detail.html b/symposion_project/templates/teams/team_detail.html index b423b6d5839563e257913b76c22d21ae27955c5e..1469ea95089b98f61039eba8b45b70dae2706834 100644 --- a/symposion_project/templates/teams/team_detail.html +++ b/symposion_project/templates/teams/team_detail.html @@ -19,4 +19,11 @@ {% endif %} + {% if can_apply %} +
+ {% csrf_token %} + +
+ {% endif %} + {% endblock %}