DSatishchandra commited on
Commit
35e3eea
·
verified ·
1 Parent(s): 5f7fe09

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +0 -1
templates/menu.html CHANGED
@@ -200,7 +200,6 @@
200
  <div class="dropdown-menu">
201
  <!-- Direct links without grouping into columns -->
202
  <a href="{{ url_for('customer_details') }}" class="dropdown-item">View Profile</a>
203
- <!--<a href="{{ url_for('rewards') }}" class="dropdown-item">View Profile</a>-->
204
  <a href="{{ url_for('order_history') }}" class="dropdown-item">Order History</a>
205
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
206
  </div>
 
200
  <div class="dropdown-menu">
201
  <!-- Direct links without grouping into columns -->
202
  <a href="{{ url_for('customer_details') }}" class="dropdown-item">View Profile</a>
 
203
  <a href="{{ url_for('order_history') }}" class="dropdown-item">Order History</a>
204
  <a href="{{ url_for('logout') }}" class="dropdown-item">Logout</a>
205
  </div>