diff --git a/appointment/static/js/appointments.js b/appointment/static/js/appointments.js index 4c9dfdc..9e10e93 100644 --- a/appointment/static/js/appointments.js +++ b/appointment/static/js/appointments.js @@ -199,7 +199,7 @@ function getAvailableSlots(selectedDate, staffId = null) { console.log('No staff ID provided, displaying error message.'); const errorMessage = $('
'+ noStaffMemberSelectedTxt + '
'); errorMessageContainer.append(errorMessage); - // Optionally disable the submit button here + // Optionally disable the "submit" button here $('.btn-submit-appointment').attr('disabled', 'disabled'); return; // Exit the function early } diff --git a/appointment/templates/administration/manage_staff_personal_info.html b/appointment/templates/administration/manage_staff_personal_info.html index eddb4f5..b409a97 100644 --- a/appointment/templates/administration/manage_staff_personal_info.html +++ b/appointment/templates/administration/manage_staff_personal_info.html @@ -29,7 +29,7 @@