X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/d9f9b231f6a4447bf7b9f254b5903f775be809a3..567ccc61f27703d67c2e7c81b577bc02be88b772:/Controller/ApplicationController.php diff --git a/Controller/ApplicationController.php b/Controller/ApplicationController.php index ae72c01..8aa7baa 100644 --- a/Controller/ApplicationController.php +++ b/Controller/ApplicationController.php @@ -120,6 +120,9 @@ class ApplicationController extends AbstractController { //Set section $this->context['title']['section'] = $this->translator->trans('Application'); + //Set description + $this->context['description'] = $this->translator->trans('Add an application and session'); + //Refill the fields in case of invalid form $form->handleRequest($request);