✅ Define la estructura para tests y ejemplos
This commit is contained in:
parent
cd76355430
commit
0af85c4d77
14 changed files with 74 additions and 24 deletions
|
|
@ -43,7 +43,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_this_in(
|
||||
.with_in(
|
||||
"content",
|
||||
Container::new()
|
||||
.with_id("welcome")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue