Spaces:
Sleeping
Sleeping
Update templates/customer_details.html
Browse files
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="/
|
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 |
|