Update templates/order.html (#1)
Browse files- Update templates/order.html (098f94805f95387d1f5f70ef59bbaaf8707e9f4a)
Co-authored-by: geetha <[email protected]>
- templates/order.html +1 -1
templates/order.html
CHANGED
@@ -157,7 +157,7 @@
|
|
157 |
<body>
|
158 |
<!-- Top Orange Label Bar -->
|
159 |
<div class="top-bar">
|
160 |
-
<a href="
|
161 |
<span class="back-arrow">⟨</span>
|
162 |
<span class="back-label">Back to Cart</span>
|
163 |
</a>
|
|
|
157 |
<body>
|
158 |
<!-- Top Orange Label Bar -->
|
159 |
<div class="top-bar">
|
160 |
+
<a href="{{ url_for('combined_summary.combined_summary') }}" class="back-link">
|
161 |
<span class="back-arrow">⟨</span>
|
162 |
<span class="back-label">Back to Cart</span>
|
163 |
</a>
|