Merge pull request #300 from Reena-cell/develop

Improve Create Account page
This commit is contained in:
Simon Redfern 2023-03-20 10:13:08 +01:00 committed by GitHub
commit b477cf06d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',
}
),