[COMPONENTS][LeftPanel] Fix template filename

This commit is contained in:
Eliseu Amaro 2021-12-01 22:19:00 +00:00
parent eeb42ef8ea
commit d64bd17422
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class EditFeeds extends Controller
}
return [
'_template' => 'left/edit_feeds.html.twig',
'_template' => 'left_panel/edit_feeds.html.twig',
'edit_feeds' => $form->createView(),
];
}