Commit 7bdc4c51 by Chris Dodge

fix errant conflict resolution

parent 52928d16
......@@ -96,8 +96,6 @@ 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