🏗️ Nuevo componente Html para simplificar L10n
This commit is contained in:
parent
a48c575198
commit
52baa4f671
8 changed files with 83 additions and 38 deletions
|
|
@ -42,7 +42,7 @@ impl ModuleTrait for User {
|
|||
|
||||
async fn login(request: server::HttpRequest) -> ResultPage<Markup, FatalError> {
|
||||
Page::new(request)
|
||||
.with_title(L10n::text("Identificación del usuario"))
|
||||
.with_title(L10n::n("Identificación del usuario"))
|
||||
.with_in(
|
||||
"content",
|
||||
Container::new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue