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