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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user