Changeset - ff281c17ee63
[Not reviewed]
0 1 0
Joel Addison - 2 years ago 2021-12-06 13:42:32
joel@addison.net.au
Add speaker bio to JSON API
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
vendor/symposion/schedule/views.py
Show inline comments
...
 
@@ -224,6 +224,7 @@ def make_speaker_dict(user, speaker):
 
        'contact': speaker.email if has_contact_perm(user) else 'redacted',
 
        'picture_url': speaker_photo(None, speaker, 120),
 
        'code': speaker.code,
 
        'biography': speaker.biography,
 
    }
 

	
 
def schedule_json(request):
0 comments (0 inline, 0 general)