crex424 / EasyAppointmentManager

A website to keep track and manage appointments of varying types such as Dentist, Doctor, and Neurologist appointments.
1 stars 1 forks source link

Fix casing issue in Customer Create and Edit page where Female is formatted as "FeMale" #85

Closed crex424 closed 1 year ago

crex424 commented 1 year ago

Below is the code mentioned above which needs to be fixed. For edit page the line this error occurs is line 47. For create page the line this error occurs is line 51.

<span>&emsp;</span>
    @Html.RadioButtonFor(model => model.Gender, false)
 <span>FeMale</span>