diff --git a/handlers/bcp.go b/handlers/bcp.go index 8ada2e4..3c935ab 100644 --- a/handlers/bcp.go +++ b/handlers/bcp.go @@ -10,7 +10,7 @@ import ( func BCPHandler(storage storage.Storager) httprouter.Handle { return func(w http.ResponseWriter, r *http.Request, ps httprouter.Params) { - t, _ := template.ParseFiles("templates/base.html", "templates/po.html") + t, _ := template.ParseFiles("templates/base.html", "templates/bcp.html") err := t.Execute(w, nil) if err != nil { http.Error(w, err.Error(), http.StatusInternalServerError) diff --git a/templates/barcodes.html b/templates/barcodes.html index d344170..931d094 100644 --- a/templates/barcodes.html +++ b/templates/barcodes.html @@ -16,7 +16,7 @@