Fix #638 (Unable to find 'Cheveux')

This commit is contained in:
Roger Philibert 2011-04-15 17:19:41 +02:00 committed by Romain Bignon
commit 19e4061e50

View file

@ -186,7 +186,7 @@ class ProfilePage(PageBase):
fields = {'details': {'Age': FieldOld('old'),
u'Réside à': FieldLocation(),
'Yeux': FieldString('eyes'),
'Cheveux ': FieldList('hairs'),
'Cheveux': FieldList('hairs'),
'Mensurations ': FieldMeasurements(),
'Origines ': FieldString('from'),
'Signes particuliers ': FieldParticularSignes(),