Update templates/order.html
Browse files- templates/order.html +2 -1
templates/order.html
CHANGED
@@ -198,7 +198,8 @@
|
|
198 |
{% endif %}
|
199 |
|
200 |
<!-- Back to Menu Button -->
|
201 |
-
<a href="
|
|
|
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 |
|