diff --git a/templates/base.html b/templates/base.html index 47a9e5a..c23814a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,6 @@ + diff --git a/templates/staff.html b/templates/staff.html index 629264a..9703abd 100644 --- a/templates/staff.html +++ b/templates/staff.html @@ -4,7 +4,7 @@

Yoyodyne Propulsion Systems Staff Roster

- +
diff --git a/templates/staff_detail.html b/templates/staff_detail.html index 9d5f480..6bb6969 100644 --- a/templates/staff_detail.html +++ b/templates/staff_detail.html @@ -6,13 +6,13 @@
Position
-
{{ employee.position }}
+
{{ employee.position }}
Marital Status
-
{{ employee.status }}
+
{{ employee.status }}
Number of Children
-
{{ employee.children }}
+
{{ employee.children }}
Hired
-
{{ employee.hired }}
+
{{ employee.hired }}
First Name