diff --git a/src/customer/forms.py b/src/customer/forms.py index 8886e8f..0e624e2 100644 --- a/src/customer/forms.py +++ b/src/customer/forms.py @@ -188,6 +188,7 @@ class BankAccountForm(forms.ModelForm): 'short_name': forms.HiddenInput(), 'korr_account': forms.HiddenInput(), 'company': forms.HiddenInput(), + 'account': forms.TextInput(attrs={'style': 'width:150px;'}) } def __init__(self, *args, **kwargs):