nagasurendra Rammohan0504 commited on
Commit
4feea18
·
verified ·
1 Parent(s): d8f342f

Update templates/menu.html (#3)

Browse files

- Update templates/menu.html (b4b6c8909e2a44f8e053a5911470c7d9231b48e3)


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

Files changed (1) hide show
  1. templates/menu.html +1 -1
templates/menu.html CHANGED
@@ -404,7 +404,7 @@ form-check-input addon-option{
404
  <div class="dropdown-menu">
405
  <a href="{{ url_for('user_details.customer_details') }}" class="dropdown-item">View Profile</a>
406
 
407
- <a href="{{ url_for('order_history') }}" class="dropdown-item">Order History</a>
408
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
409
  </div>
410
  </div>
 
404
  <div class="dropdown-menu">
405
  <a href="{{ url_for('user_details.customer_details') }}" class="dropdown-item">View Profile</a>
406
 
407
+ <a href="{{ url_for('orderhistory.order_history') }}" class="dropdown-item">Order History</a>
408
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
409
  </div>
410
  </div>