diff --git a/rmo/routes.go b/rmo/routes.go index cf997873..316889e2 100644 --- a/rmo/routes.go +++ b/rmo/routes.go @@ -32,7 +32,6 @@ func Router() chi.Router { r.Get("/email/unsubscribe/report/{report_id}", getEmailReportUnsubscribe) r.Get("/image/{uuid}", getImageByUUID) r.Route("/mock", addMockRoutes) - r.Get("/pool-submit-complete", getPoolSubmitComplete) r.Get("/quick", getQuick) r.Post("/quick-submit", postQuick) r.Get("/quick-submit-complete", getQuickSubmitComplete) diff --git a/rmo/template/pool-submit-complete.html b/rmo/template/pool-submit-complete.html deleted file mode 100644 index f5882051..00000000 --- a/rmo/template/pool-submit-complete.html +++ /dev/null @@ -1,115 +0,0 @@ -{{template "base.html" .}} - -{{define "title"}}Nuisance Submission Complete{{end}} -{{define "extraheader"}} - - -{{end}} -{{define "content"}} -
Your report has been successfully submitted.
-If you need to update your contact information or have questions about your report, please contact our Mosquito Control Unit at (123) 456-7890 or mosquito@example.gov and reference your Report ID.
-