diff --git a/app/module/core/presenter/templates/components/form.latte b/app/module/core/presenter/templates/components/form.latte index d1f35c33..773c3fd6 100644 --- a/app/module/core/presenter/templates/components/form.latte +++ b/app/module/core/presenter/templates/components/form.latte @@ -9,7 +9,7 @@ n:if="!$input->getOption(rendered) && $input->getOption(type) !== hidden" n:class="$input->required ? required"> - {label $input} + {label $input /} {input $input} {$input->error} diff --git a/app/module/core/presenter/templates/components/notes.latte b/app/module/core/presenter/templates/components/notes.latte deleted file mode 100644 index a81fc025..00000000 --- a/app/module/core/presenter/templates/components/notes.latte +++ /dev/null @@ -1,34 +0,0 @@ -{ifset $noteList} - {foreach $noteList as $noteBlock} - - - - - - {/foreach} - - -{/ifset} diff --git a/app/module/setting/presenter/templates/Event/default.latte b/app/module/setting/presenter/templates/Event/default.latte index af6dec45..f89fc0e4 100644 --- a/app/module/setting/presenter/templates/Event/default.latte +++ b/app/module/setting/presenter/templates/Event/default.latte @@ -92,7 +92,7 @@