Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -0
templates/menu.html
CHANGED
@@ -891,6 +891,7 @@
|
|
891 |
<div class="dropdown-item view-item" id="viewAvatar">View Avatar</div>
|
892 |
{% endif %}
|
893 |
<a href="{{ url_for('orderhistory.order_history') }}" class="dropdown-item">Order History</a>
|
|
|
894 |
<div class="dropdown-item upload-item">
|
895 |
<label for="avatarUpload" style="cursor: pointer; margin: 0; width: 100%;">
|
896 |
Upload Image
|
|
|
891 |
<div class="dropdown-item view-item" id="viewAvatar">View Avatar</div>
|
892 |
{% endif %}
|
893 |
<a href="{{ url_for('orderhistory.order_history') }}" class="dropdown-item">Order History</a>
|
894 |
+
<a href="{{ url_for('user_details.customer_details') }}" class="dropdown-item">View Profile</a>
|
895 |
<div class="dropdown-item upload-item">
|
896 |
<label for="avatarUpload" style="cursor: pointer; margin: 0; width: 100%;">
|
897 |
Upload Image
|