add a 'shape' field and antispam update
Signed-off-by: leto <leto@weboob.org> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
45934da38f
commit
342cb75cba
2 changed files with 8 additions and 1 deletions
|
|
@ -156,6 +156,7 @@ class Contact(_Contact):
|
|||
('weight', FieldList('weight')),
|
||||
('BMI', FieldBMI('size', 'weight')),
|
||||
('fat', FieldBMI('size', 'weight', fat=True)),
|
||||
('shape', FieldList('shape')),
|
||||
('origins', FieldList('origins')),
|
||||
('signs', FieldFlags('checks1')),
|
||||
('job', FieldStr('job')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue