review by @fdb-hiroshima

Co-Authored-By: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com>
This commit is contained in:
Igor Galić
2019-08-01 10:21:22 +02:00
committed by Igor Galić
parent da6757c55c
commit ff0c82efc1
+1 -1
View File
@@ -216,7 +216,7 @@ pub fn create(form: LenientForm<NewBlogForm>, rockets: PlumeRocket) -> RespondOr
) )
.into() .into()
} else { } else {
Flash::warn( Flash::warning(
Redirect::to(uri!(details: name = slug.clone(), page = _)), 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."), &i18n!(intl, "Your blog was successfully created, but the custom domain seems invalid. Please check it is correct from your blog's settings."),
) )