diff --git a/employee/templates/employee/profile/personal_info.html b/employee/templates/employee/profile/personal_info.html index 43e104621..e8078c011 100644 --- a/employee/templates/employee/profile/personal_info.html +++ b/employee/templates/employee/profile/personal_info.html @@ -1,298 +1,215 @@ {% load i18n %}
-
-
-
- {% csrf_token %} -
-
-
- Username -
-
+
+
+ + {% csrf_token %} +
+
+
+ Username +
+
+
+ {{form.employee_profile.errors}} +
+
+ + {{form.employee_first_name}} {{form.employee_first_name.errors}} +
+
+ + {{form.employee_last_name}} {{form.employee_last_name.errors}} +
+
+
+
+ + {{form.email}} {{form.email.errors}} +
+
+ + {{form.phone}} {{form.phone.errors}} +
+
+
+
+ + {{form.dob}} {{form.dob.errors}} +
+
+ + {{form.gender}} {{form.gender.errors}} +
+
+
+
+ + {{form.qualification}} + {{form.qualification.errors}} +
+
+ + {{form.experience}} {{form.experience.errors}} +
+
+
+
+ + {{form.address}} {{form.address.errors}} +
+
+
+
+ + + +
+
+ + +
+
+
+
+ + {{form.city}} {{form.city.errors}} +
+
+ + {{form.zip}} {{form.zip.errors}} +
+
+
+
+ + {{form.emergency_contact}} {{form.emergency_contact.errors}} +
+
+ + {{form.emergency_contact_name}} + {{form.emergency_contact_name.errors}} +
+
+
+
+ + {{form.emergency_contact_relation}} + {{form.emergency_contact_relation.errors}} +
+
+ + {{form.marital_status}} {{form.marital_status.errors}} +
+
+
+
+ + {{form.children}} {{form.children.errors}} +
+
+ +
+ {{form.is_active}} {{form.is_active.errors}} +
+
+
+
+
+ +
+
- {{form.employee_profile.errors}} -
-
- - {{form.employee_first_name}} {{form.employee_first_name.errors}} -
-
- - {{form.employee_last_name}} {{form.employee_last_name.errors}} -
-
-
-
- - {{form.email}} {{form.email.errors}} -
-
- - {{form.phone}} {{form.phone.errors}} -
-
-
-
- - {{form.dob}} {{form.dob.errors}} -
-
- - {{form.gender}} {{form.gender.errors}} -
-
-
-
- - {{form.qualification}} - {{form.qualification.errors}} -
-
- - {{form.experience}} {{form.experience.errors}} -
-
-
-
- - {{form.address}} {{form.address.errors}} -
-
-
-
- - - -
-
- - -
-
-
-
- - {{form.city}} {{form.city.errors}} -
-
- - {{form.zip}} {{form.zip.errors}} -
-
-
-
- - {{form.emergency_contact}} {{form.emergency_contact.errors}} -
-
- - {{form.emergency_contact_name}} - {{form.emergency_contact_name.errors}} -
-
-
-
- - {{form.emergency_contact_relation}} - {{form.emergency_contact_relation.errors}} -
-
- - {{form.marital_status}} {{form.marital_status.errors}} -
-
-
-
- - {{form.children}} {{form.children.errors}} -
-
- -
- {{form.is_active}} {{form.is_active.errors}} -
-
-
-
-
- -
-
-
-