Skip to content

Commit

Permalink
add kind to json data
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeman committed Mar 2, 2013
1 parent cdc87b0 commit 0108c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symposion/schedule/views.py
Expand Up @@ -194,6 +194,7 @@ def schedule_json(request):
Site.objects.get_current().domain,
reverse("schedule_presentation_detail", args=[slot.content.pk])
),
"kind": slot.kind.label,
"tags": "",
}
elif slot.kind.label in ["plenary"]:
Expand Down

0 comments on commit 0108c8c

Please sign in to comment.