add space in parent name
This commit is contained in:
parent
718e454d79
commit
442ba1ebc2
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue