]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Controller/ApplicationController.php
Add description context
[airbundle] / Controller / ApplicationController.php
index ae72c011889046bccbe2be74dad94240d0a29de0..8aa7baae88d1473f0fc30d759faf8170deee4af4 100644 (file)
@@ -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);