Fix join team view
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
226e5620f9
commit
089374b937
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue