diff --git a/src/web/pages/components/form.rs b/src/web/pages/components/form.rs index 625c763e3..ad6bb7a21 100644 --- a/src/web/pages/components/form.rs +++ b/src/web/pages/components/form.rs @@ -3,7 +3,7 @@ use validator::ValidationErrors; /// A reusable form component with field validation. #[derive(Debug, Template)] -#[template(path = "_components/form.html.j2", print = "code")] +#[template(path = "_components/form.html.j2")] pub(crate) struct Form<'a> { pub inputs: Vec>, pub validation_errors: Option,