diff --git a/apps/wei/views.py b/apps/wei/views.py
index 80ff770e5af125978ca1662b989579fa7709db82..7c8f366469880e0508a63a5b64fe2ef4d8052dcc 100644
--- a/apps/wei/views.py
+++ b/apps/wei/views.py
@@ -969,7 +969,7 @@ class WEIValidateRegistrationView(ProtectQuerysetMixin, ProtectedCreateView):
 
         if not registration.soge_credit and user.note.balance + credit_amount < fee:
             # Users must have money before registering to the WEI.
-            form.add_error('bus',
+            form.add_error('credit_type',
                            _("This user don't have enough money to join this club, and can't have a negative balance."))
             return super().form_invalid(form)