summaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
authorHorus32015-03-21 17:43:45 +0100
committerHorus32015-03-21 17:43:45 +0100
commitf2c159d7b8c1c53d969a5f30aeda7d021bfd6c73 (patch)
treedf6f694b7e858a2cbaa7d607c809198b9599022c /handler.go
parent3b44fab5108d04163890cfd976f140542c732b57 (diff)
parenta73dad2d4155699668ce14dc463913bb7892d3fc (diff)
downloadfreemail-f2c159d7b8c1c53d969a5f30aeda7d021bfd6c73.tar.gz
Merge branch 'master' of git.iamfabulous.de:freemail
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index dd761e4..8fab6e8 100644
--- a/handler.go
+++ b/handler.go
@@ -101,7 +101,7 @@ func CreateNewEntryHandler(w http.ResponseWriter, r *http.Request) {
return
}
- session.AddFlash("Success! You can login now with your new mail account.")
+ session.AddFlash("Success! You can login now with your new mail account.", "success")
session.Save(r, w)
http.Redirect(w, r, "/", 302)
}