X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/acc5c2df43dfed9860b3e0c5f7db88665256c27c..b22cd3b27e98582db6c04c5bfe8b5e3272fdf717:/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);