add space in parent name

This commit is contained in:
Chris Cochrun 2024-11-09 05:56:23 -06:00
parent 718e454d79
commit 442ba1ebc2

View file

@ -93,7 +93,7 @@ impl MtForm {
} }
tr { tr {
th { "Parent" } th { "Parent" }
td { (self.parent_first_name.0) (self.parent_last_name.0) } td { (self.parent_first_name.0) " " (self.parent_last_name.0) }
} }
tr { tr {
th { "Birthdate" } th { "Birthdate" }