Fix reference to poll submission completion

This commit is contained in:
Eli Ribble 2026-02-04 17:31:55 +00:00
parent 820f8237d1
commit eddda2f005
No known key found for this signature in database

View file

@ -182,7 +182,7 @@ func postWater(w http.ResponseWriter, r *http.Request) {
}
}
tx.Commit(ctx)
http.Redirect(w, r, fmt.Sprintf("/pool-submit-complete?report=%s", public_id), http.StatusFound)
http.Redirect(w, r, fmt.Sprintf("/submit-complete?report=%s", public_id), http.StatusFound)
}
func postWaterDistrict(w http.ResponseWriter, r *http.Request) {
}