add space in parent name
This commit is contained in:
parent
718e454d79
commit
442ba1ebc2
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ impl MtForm {
|
|||
}
|
||||
tr {
|
||||
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 {
|
||||
th { "Birthdate" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue