From 9e23e63aeee0cfe9df44b531d03b82620be4c3bf Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Sat, 27 May 2017 13:10:04 +0300 Subject: [PATCH] fix frontend --- src/customer/forms.py | 1 + 1 file changed, 1 insertion(+) 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):