From 31a71c413ce18fbbb44bf9802851850f9a57b3cf Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 3 Jun 2021 22:06:16 -0400 Subject: [PATCH] easier classes on templates, and utf8 fix --- templates/base.html | 1 + templates/staff.html | 2 +- templates/staff_detail.html | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) 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