1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

more bug fixing

This commit is contained in:
nicomarg
2024-08-29 21:06:34 +02:00
parent e2426bd6a6
commit 361de9f8b4
2 changed files with 6 additions and 4 deletions

View File

@ -306,7 +306,8 @@ class FutureUserDetailView(ProtectQuerysetMixin, LoginRequiredMixin, FormMixin,
return super().form_invalid(form)
if join_kfet and not join_bde:
forl.add_error('join_bde', _("You must also join the parent club BDE."))
form.add_error('join_bde', _("You must also join the parent club BDE."))
return super().form_invalid(form)
# Calculate required registration fee
fee = 0