Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +0 -2
templates/menu.html
CHANGED
@@ -1400,8 +1400,6 @@
|
|
1400 |
<a href="{{ url_for('user_details.customer_details') }}" class="dropdown-item">View Profile</a>
|
1401 |
<a href="{{ url_for('orderhistory.order_history') }}" class="dropdown-item">Order History</a>
|
1402 |
<a href="{{ url_for('combined_summary.combined_summary') }}" class="dropdown-item">MY Summary</a>
|
1403 |
-
<a href="{{url_for('customdish')}}" class="dropdown-item">fire</a>
|
1404 |
-
|
1405 |
<a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
|
1406 |
</div>
|
1407 |
</div>
|
|
|
1400 |
<a href="{{ url_for('user_details.customer_details') }}" class="dropdown-item">View Profile</a>
|
1401 |
<a href="{{ url_for('orderhistory.order_history') }}" class="dropdown-item">Order History</a>
|
1402 |
<a href="{{ url_for('combined_summary.combined_summary') }}" class="dropdown-item">MY Summary</a>
|
|
|
|
|
1403 |
<a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
|
1404 |
</div>
|
1405 |
</div>
|