Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def order_summary():
|
|
256 |
|
257 |
# Pass these values to your template
|
258 |
return render_template(
|
259 |
-
'
|
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 |
)
|