diff options
Diffstat (limited to 'handler.go')
| -rw-r--r-- | handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
