diff --git a/web/src/admin/applications/ApplicationCheckAccessForm.ts b/web/src/admin/applications/ApplicationCheckAccessForm.ts
index 90beb3786..59292e17d 100644
--- a/web/src/admin/applications/ApplicationCheckAccessForm.ts
+++ b/web/src/admin/applications/ApplicationCheckAccessForm.ts
@@ -114,7 +114,7 @@ export class ApplicationCheckAccessForm extends Form<{ forUser: number }> {
`;
}
- renderInlineForm(): TemplateResult {
+ renderForm(): TemplateResult {
return html`
diff --git a/web/src/admin/flows/StageBindingForm.ts b/web/src/admin/flows/StageBindingForm.ts
index 8c5492be2..839f2c26c 100644
--- a/web/src/admin/flows/StageBindingForm.ts
+++ b/web/src/admin/flows/StageBindingForm.ts
@@ -92,8 +92,7 @@ export class StageBindingForm extends ModelForm
${msg("When enabled, the invitation will be deleted after usage.")}
-${msg("Set custom attributes using YAML or JSON.")}
-