From f53ae967c021629239399ac86d1edcdb96d41ad7 Mon Sep 17 00:00:00 2001 From: Gonne Date: Tue, 29 Apr 2025 13:30:04 +0200 Subject: [PATCH] Fix bugreport address --- templating/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templating/templates.go b/templating/templates.go index 7642af5..6480366 100644 --- a/templating/templates.go +++ b/templating/templates.go @@ -131,7 +131,7 @@ func ServeTemplate(w http.ResponseWriter, name string, data any) { io.WriteString(w, `Internal Server Error. Du kannst uns helfen, indem du folgende Fehlermeldung per Mail -an sprechstunden@mathebau.de sendest: +an sprechstundentool@mathebau.de sendest: Fehler um\n `+time.Now().String()+"\n"+err.Error())