From a73dad2d4155699668ce14dc463913bb7892d3fc Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sat, 21 Mar 2015 14:22:13 +0100 Subject: Skip dns validation if the MX record points to the correct server. Bugfix: Displays now flash message on success. --- handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handler.go') 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) } -- cgit v1.2.3