Fix reference to poll submission completion
This commit is contained in:
parent
820f8237d1
commit
eddda2f005
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue