Update templates/order_history.html
#4
by Rammohan0504 - opened
templates/order_history.html
CHANGED
|
@@ -159,7 +159,7 @@
|
|
| 159 |
|
| 160 |
<!-- Background container with light orange -->
|
| 161 |
<div class="background">
|
| 162 |
-
<a href="{{ url_for('menu') }}" class="back-button"><i class="fa fa-arrow-left"></i></a>
|
| 163 |
|
| 164 |
<div class="container">
|
| 165 |
<div class="order-heading">Order History</div>
|
|
|
|
| 159 |
|
| 160 |
<!-- Background container with light orange -->
|
| 161 |
<div class="background">
|
| 162 |
+
<a href="{{ url_for('menu.menu') }}" class="back-button"><i class="fa fa-arrow-left"></i></a>
|
| 163 |
|
| 164 |
<div class="container">
|
| 165 |
<div class="order-heading">Order History</div>
|