geethareddy commited on
Commit
6b0e93e
·
verified ·
1 Parent(s): f9997d1

Update templates/update_profile.html

Browse files
Files changed (1) hide show
  1. templates/update_profile.html +2 -2
templates/update_profile.html CHANGED
@@ -34,8 +34,8 @@
34
 
35
  <form method="POST">
36
  <div class="mb-3">
37
- <label for="customerName" class="form-label"><strong>Customer Name:</strong></label>
38
- <input type="text" class="form-control" id="Name" name="Name" value="{{ customer['name'] }}" readonly>
39
  <button type="button" class="btn btn-outline-secondary mt-2" onclick="enableEditField('customerName')">Change</button>
40
  </div>
41
 
 
34
 
35
  <form method="POST">
36
  <div class="mb-3">
37
+ <label for="customerName" class="form-label"><strong>Name:</strong></label>
38
+ <input type="text" class="form-control" id="customerName" name="customerName" value="{{ customer['name'] }}" readonly>
39
  <button type="button" class="btn btn-outline-secondary mt-2" onclick="enableEditField('customerName')">Change</button>
40
  </div>
41