This commit is contained in:
Your Name 2024-02-19 12:12:31 -05:00
parent 673a0c26cd
commit 7734e5d18d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ func main() {
r.HandleFunc("/style.css", http.FileServer(http.Dir("./")).ServeHTTP)
r.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
d.Body = f.Render(true)
d.Body = f.Render(false)
tmpl.Execute(w, d)
})
r.HandleFunc("/changepassword", func(w http.ResponseWriter, r *http.Request) {