oops find and replace found this one place too. haha

This commit is contained in:
Chris Cochrun 2024-11-09 05:55:01 -06:00
parent 0afa4175ee
commit 718e454d79

View file

@ -84,7 +84,7 @@ impl MtForm {
} }
} }
body { body {
h1 { "Mission trip self for " (self.first_name.0) " " (self.last_name.0) "!" } h1 { "Mission trip form for " (self.first_name.0) " " (self.last_name.0) "!" }
hr; hr;
table { table {
tr { tr {