Subbu1304 commited on
Commit
7a3e1d2
·
verified ·
1 Parent(s): 49f3f3a

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -3
templates/menu.html CHANGED
@@ -566,9 +566,8 @@ form-check-input addon-option{
566
  <h3>Welcome, {{ user_name }}!</h3>
567
  <ul>
568
  <li><a href="{{ url_for('user_details.customer_details') }}">View Profile</a></li>
569
- <li><a href="{{ url_for('rewards') }}">Rewards</a></li>
570
- <li><a href="{{ url_for('referral_code') }}">Referral Code</a></li>
571
- <li><a href="{{ url_for('logout') }}">Logout</a></li>
572
  </ul>
573
  </div>
574
  </div>
 
566
  <h3>Welcome, {{ user_name }}!</h3>
567
  <ul>
568
  <li><a href="{{ url_for('user_details.customer_details') }}">View Profile</a></li>
569
+ <a href="{{ url_for('orderhistory.order_history') }}" class="dropdown-item">Order History</a>
570
+ <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
 
571
  </ul>
572
  </div>
573
  </div>