go on website to get stats and geographical position
This commit is contained in:
parent
7140033b3d
commit
de14f239ed
2 changed files with 31 additions and 3 deletions
|
|
@ -153,9 +153,9 @@ class Contact(_Contact):
|
|||
))),
|
||||
('_stats', OrderedDict((
|
||||
('mails', FieldPopu('mails')),
|
||||
('baskets', FieldPopu('contacts')),
|
||||
('charms', FieldPopu('flashs')),
|
||||
('charms', FieldPopu('charmes')),
|
||||
('visites', FieldPopu('visites')),
|
||||
('baskets', FieldPopu('panier')),
|
||||
('invits', FieldPopu('invits')),
|
||||
('bonus', FieldPopu('bonus')),
|
||||
('score', FieldStr('points')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue