[MODULES][Collection] Fixing mistakes

This commit is contained in:
2021-12-30 12:16:29 -03:00
parent bdd8cbf36d
commit 85e31c684d
3 changed files with 8 additions and 4 deletions

View File

@@ -192,6 +192,7 @@ abstract class CollectionController extends FeedController
return [
'_template' => 'collections/collections.html.twig',
'page_title' => $this->page_title,
'list_title' => 'Your ' . $this->plural_slug,
'add_collection' => $create?->createView(),
'fn' => $fn,
'collections' => $collections,