Improve Create Account page

This commit is contained in:
Reena Aheer 2023-03-17 18:48:37 +01:00
parent 8a7811d5f0
commit 0debdc88a5

View File

@ -88,7 +88,7 @@ class CreateAccountForm(forms.Form):
label=_('Account Routing Scheme'),
widget=forms.TextInput(
attrs={
'placeholder': 'Account Number',
'placeholder': _('IBAN'),
'class': 'form-control',
}
),
@ -99,7 +99,7 @@ class CreateAccountForm(forms.Form):
label=_('Account Routing Address'),
widget=forms.TextInput(
attrs={
'placeholder': 'Address',
'placeholder': _('DE2100100100006820101'),
'class': 'form-control',
}
),