Fix #638 (Unable to find 'Cheveux')
This commit is contained in:
parent
31f01c2b4b
commit
19e4061e50
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ class ProfilePage(PageBase):
|
||||||
fields = {'details': {'Age': FieldOld('old'),
|
fields = {'details': {'Age': FieldOld('old'),
|
||||||
u'Réside à': FieldLocation(),
|
u'Réside à': FieldLocation(),
|
||||||
'Yeux': FieldString('eyes'),
|
'Yeux': FieldString('eyes'),
|
||||||
'Cheveux ': FieldList('hairs'),
|
'Cheveux': FieldList('hairs'),
|
||||||
'Mensurations ': FieldMeasurements(),
|
'Mensurations ': FieldMeasurements(),
|
||||||
'Origines ': FieldString('from'),
|
'Origines ': FieldString('from'),
|
||||||
'Signes particuliers ': FieldParticularSignes(),
|
'Signes particuliers ': FieldParticularSignes(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue