export profession attribute over json

This commit is contained in:
Frédéric Péters 2011-11-24 00:06:55 +01:00
parent b0c02cee44
commit 4fd0caf9a5
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class DeputyJson(BrowserView):
'website': self.context.website,
'degrees': self.context.degrees,
'mandates': self.context.mandates,
'profession': self.context.profession,
'seat_number': self.context.seat_number,
}
if self.context.polgroup: