nagasurendra commited on
Commit
6e27cf3
·
verified ·
1 Parent(s): a4bbe96

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +2 -1
templates/order.html CHANGED
@@ -198,7 +198,8 @@
198
  {% endif %}
199
 
200
  <!-- Back to Menu Button -->
201
- <a href="/menu" class="back-to-menu">Back to Menu</a>
 
202
  </div>
203
  </div>
204
 
 
198
  {% endif %}
199
 
200
  <!-- Back to Menu Button -->
201
+ <a href="{{ url_for('combined_summary.combined_summary') }}" class="back-to-menu">Back</a>
202
+
203
  </div>
204
  </div>
205