[COMPONENTS][LeftPanel] Fix template filename

This commit is contained in:
2021-12-01 22:19:00 +00:00
parent eeb42ef8ea
commit d64bd17422

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(),
];
}