From ff0c82efc15f2b58042813d64f71e6fdf8da14a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Thu, 1 Aug 2019 10:21:22 +0200 Subject: [PATCH] review by @fdb-hiroshima Co-Authored-By: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com> --- src/routes/blogs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blogs.rs b/src/routes/blogs.rs index 9898b41d..c5c15a83 100644 --- a/src/routes/blogs.rs +++ b/src/routes/blogs.rs @@ -216,7 +216,7 @@ pub fn create(form: LenientForm, rockets: PlumeRocket) -> RespondOr ) .into() } else { - Flash::warn( + Flash::warning( Redirect::to(uri!(details: name = slug.clone(), page = _)), &i18n!(intl, "Your blog was successfully created, but the custom domain seems invalid. Please check it is correct from your blog's settings."), )