diff --git a/src/Controller/FrontController.php b/src/Controller/FrontController.php index 7e88e8c..3cb2685 100755 --- a/src/Controller/FrontController.php +++ b/src/Controller/FrontController.php @@ -25,4 +25,9 @@ public function archivedFormList(): Response { return $this->render('/services/efnc/display/archived_efnc_list.html.twig', []); } -} \ No newline at end of file + #[Route('/admin/closed_form_list', name: 'closed_form_list')] + public function closedFormList(): Response + { + return $this->render('/services/efnc/display/closed_efnc_list.html.twig', []); + } +} diff --git a/templates/base.html.twig b/templates/base.html.twig index fea2d76..7a43098 100755 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -1,14 +1,21 @@ - - + + {% block title %} eFNC {% endblock %} - - + + {% block stylesheets %} {{ @@ -32,21 +39,35 @@ -