diff --git a/symposion_project/templates/teams/team_detail.html b/symposion_project/templates/teams/team_detail.html index 8b989e6a359c0d77a5f0c87ea072d3c169c9435d..c54e01fc7dbb23ac576cb6aaf329e73071aa484c 100644 --- a/symposion_project/templates/teams/team_detail.html +++ b/symposion_project/templates/teams/team_detail.html @@ -61,6 +61,10 @@ {% for membership in team.applicants %} {{ membership.user.email }} + +
{% csrf_token %}
+
{% csrf_token %}
+ {% endfor %}