Correct length of student number in placeholder
This commit is contained in:
parent
6825af2981
commit
ad45243d0b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class UserMetaForm(ModelForm):
|
|||
fields = ['real_name', 'student_number']
|
||||
widgets = {
|
||||
'real_name': TextInput(attrs={'placeholder': 'Robbe Van Herck'}),
|
||||
'student_number': TextInput(attrs={'placeholder': '001700000'})
|
||||
'student_number': TextInput(attrs={'placeholder': '01701111'})
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue