mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:06:48 +00:00
Merge pull request #300 from Reena-cell/develop
Improve Create Account page
This commit is contained in:
commit
b477cf06d0
@ -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',
|
||||
}
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user