Remove a bunch more cruft

This commit is contained in:
James Mills
2022-10-05 11:19:27 +10:00
parent a07f747eb1
commit 2ba2451108
9 changed files with 10 additions and 85 deletions

View File

@@ -1,7 +1,6 @@
package internal
import (
"fmt"
"net/http"
"strings"
@@ -97,10 +96,7 @@ func (s *Server) SupportHandler() httprouter.Handle {
log.Infof("support message email sent for %s", email)
ctx.Error = false
ctx.Message = fmt.Sprintf(
"Thank you for your message! Pod operator %s will get back to you soon!",
s.config.AdminName,
)
ctx.Message = "Thank you for your message! We will get back to you soon!"
s.render("error", w, ctx)
}
}