review by @fdb-hiroshima
Co-Authored-By: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com>
This commit is contained in:
parent
da6757c55c
commit
ff0c82efc1
@ -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."),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user