a semi working camp form

This commit is contained in:
Chris Cochrun 2024-03-21 10:22:18 -05:00
parent dc15b66627
commit c5e7e48d6d
2 changed files with 13 additions and 10 deletions

View file

@ -182,7 +182,7 @@ pub async fn camp_form(MultipartForm(form): MultipartForm<CampForm>) -> HttpResp
}
}
body {
h1 { @format!("Mission trip form for {} {}!", first, last) }
h1 { @format!("Camp form for {} {}!", first, last) }
hr;
table {
tr {