Commit 54bd3170 by Chris Dodge

remove another debug logging message

parent fa61bdf6
......@@ -96,6 +96,8 @@ def index(request, extra_context={}, user=None):
context = {'courses': courses}
context = {'courses': courses, 'news': top_news}
context.update(extra_context)
return render_to_response('index.html', context)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment