Skip to content

Commit

Permalink
whitespace nit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeman committed Mar 2, 2013
1 parent 6beb4d4 commit cdc87b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symposion/schedule/views.py
Expand Up @@ -165,12 +165,12 @@ def schedule_presentation_detail(request, pk):
return render(request, "schedule/presentation_detail.html", ctx)



def json_serializer(obj):
if isinstance(obj, datetime.time):
return obj.strftime("%H:%M")
raise TypeError


def schedule_json(request):
slots = Slot.objects.all().order_by("start")
print slots
Expand Down

0 comments on commit cdc87b0

Please sign in to comment.