It builds!

This commit is contained in:
James Mills
2021-01-30 15:56:03 +10:00
parent 35fd594477
commit c4f53a0be9
14 changed files with 255 additions and 12 deletions

View File

@@ -122,7 +122,6 @@ func (s *Server) ReportHandler() httprouter.Handle {
if r.Method == "GET" {
ctx.Title = "Report abuse"
ctx.ReportNick = nick
ctx.ReportURL = url
s.render("report", w, ctx)
return