diff --git a/ietf/person/resources.py b/ietf/person/resources.py index a86108bd0..f38e7ef88 100644 --- a/ietf/person/resources.py +++ b/ietf/person/resources.py @@ -25,6 +25,8 @@ class PersonResource(ModelResource): "ascii_short": ALL, "address": ALL, "affiliation": ALL, + "photo": ALL, + "biography": ALL, "user": ALL_WITH_RELATIONS, } api.person.register(PersonResource())