lokeshloki143 geethareddy commited on
Commit
a126b77
·
verified ·
1 Parent(s): 7b752b5

Update templates/order.html (#1)

Browse files

- Update templates/order.html (098f94805f95387d1f5f70ef59bbaaf8707e9f4a)


Co-authored-by: geetha <[email protected]>

Files changed (1) hide show
  1. 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="/cart" class="back-link">
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>