diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html
index b0dbb098ab..91c0789fa5 100644
--- a/templates/zephyr/index.html
+++ b/templates/zephyr/index.html
@@ -43,11 +43,25 @@
{% endblock %}
diff --git a/zephyr/views.py b/zephyr/views.py
index fcfd0cec0f..9173fcd9d1 100644
--- a/zephyr/views.py
+++ b/zephyr/views.py
@@ -173,8 +173,8 @@ def home(request):
return render_to_response('zephyr/index.html',
{'user_profile': user_profile,
'email_hash' : hashlib.md5(user_profile.user.email).hexdigest(),
- 'people' : simplejson.dumps(people),
- 'streams' : simplejson.dumps(streams),
+ 'people' : people,
+ 'streams' : streams,
'have_initial_messages':
'true' if messages else 'false',
'show_debug':