Commit 8491927e by David Ormsbee

Default empty course_name just to unbreak the test. Need to actually extract out…

Default empty course_name just to unbreak the test. Need to actually extract out verification-specifics from the receipt templates, but design is working on them right now.
parent 9f40263f
......@@ -108,7 +108,8 @@ def show_receipt(request, ordernum):
context = {
'order': order,
'order_items': order_items,
'any_refunds': any_refunds
'any_refunds': any_refunds,
'course_name' : "",
}
if order_items.count() == 1:
......
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