nagasurendra commited on
Commit
b098504
·
verified ·
1 Parent(s): 4e9aca1

Update templates/customer_details.html

Browse files
Files changed (1) hide show
  1. templates/customer_details.html +1 -1
templates/customer_details.html CHANGED
@@ -59,7 +59,7 @@
59
  <p class="card-text"><strong>Reward Points:</strong> {{ customer.reward_points }}</p>
60
 
61
  <!-- Edit Profile Button -->
62
- <a href="/edit_customer" class="btn btn-primary">Edit Profile</a>
63
  </div>
64
  </div>
65
 
 
59
  <p class="card-text"><strong>Reward Points:</strong> {{ customer.reward_points }}</p>
60
 
61
  <!-- Edit Profile Button -->
62
+ <a href="/edit_profile" class="btn btn-primary">Edit Profile</a>
63
  </div>
64
  </div>
65