Remove a bunch more cruft
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user