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.

This commit is contained in:
David Ormsbee
2013-09-09 11:14:28 -04:00
parent 9f40263f7b
commit 8491927ef7

View File

@@ -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: