🚚 Better name for response page errors
This commit is contained in:
parent
68ed0f78b9
commit
09cb6bd7fa
12 changed files with 36 additions and 36 deletions
|
|
@ -22,7 +22,7 @@ impl ModuleTrait for HomeDemo {
|
|||
}
|
||||
}
|
||||
|
||||
async fn demo(request: service::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
async fn demo(request: service::HttpRequest) -> ResultPage<Markup, ErrorPage> {
|
||||
Page::new(request)
|
||||
.with_title(L10n::t("page_title", &LOCALES_HOMEDEMO))
|
||||
.with_context(ContextOp::AddStyleSheet(StyleSheet::at(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue