Spaces:
Runtime error
Runtime error
Update templates/update_profile.html
Browse files
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>
|
| 38 |
-
<input type="text" class="form-control" id="
|
| 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 |
|