Fix join team view

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2024-02-11 21:40:06 +01:00
parent 226e5620f9
commit 089374b937
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class JoinTeamView(LoginRequiredMixin, FormView):
model = Team
form_class = JoinTeamForm
extra_context = dict(title=_("Join team"))
template_name = "participation/create_team.html"
template_name = "participation/join_team.html"
def dispatch(self, request, *args, **kwargs):
user = request.user