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