nagasurendra commited on
Commit
40b5fef
·
verified ·
1 Parent(s): 5b32888

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def order_summary():
256
 
257
  # Pass these values to your template
258
  return render_template(
259
- 'order_summary.html',
260
  order=order,
261
  order_items=order_items
262
  )
 
256
 
257
  # Pass these values to your template
258
  return render_template(
259
+ 'reward_status.html',
260
  order=order,
261
  order_items=order_items
262
  )