apply forms stylesheet to form pages
Summary: Ref T3071 Reviewers: #testers, kuba-orlik Reviewed By: #testers, kuba-orlik Subscribers: jenkins-user Maniphest Tasks: T3071 Differential Revision: https://hub.sealcode.org/D1631
This commit is contained in:
parent
89302cf363
commit
7fcde70b4e
@ -69,6 +69,7 @@ export default new (class LoginForm extends Form<typeof fields, void> {
|
|||||||
ctx,
|
ctx,
|
||||||
title: "Form",
|
title: "Form",
|
||||||
description: "",
|
description: "",
|
||||||
|
css_clumps: ["admin-forms"],
|
||||||
body: super.render(ctx, data, show_field_errors) as Promise<string>,
|
body: super.render(ctx, data, show_field_errors) as Promise<string>,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -117,6 +117,7 @@ export default new (class SignInForm extends Form<typeof fields, void> {
|
|||||||
ctx,
|
ctx,
|
||||||
title: "SignIn",
|
title: "SignIn",
|
||||||
description: "",
|
description: "",
|
||||||
|
css_clumps: ["admin-forms"],
|
||||||
body: tempstream`${await super.render(ctx, data, show_field_errors)}`,
|
body: tempstream`${await super.render(ctx, data, show_field_errors)}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user