X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ca4cd083c302be4c5a1b50de9d3dcd70cf20b1d8..b55b7f6127d518d2894508ba1837b71364c1768b:/Controller/AbstractController.php diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index d13c675..73e84f6 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -295,7 +295,7 @@ abstract class AbstractController extends BaseAbstractController implements Serv //Create ApplicationType form $application = $this->factory->create('Rapsys\AirBundle\Form\ApplicationType', null, [ //Set the action - 'action' => $this->generateUrl('rapsys_air_application_add'), + 'action' => $this->generateUrl('rapsysair_application_add'), //Set the form attribute 'attr' => [ 'class' => 'col' ], //Set dance choices @@ -452,7 +452,7 @@ abstract class AbstractController extends BaseAbstractController implements Serv //With empty locations link if (empty($parameters['locations_link'])) { //Set locations link - $parameters['locations_link'] = $this->router->generate('rapsys_air_location'); + $parameters['locations_link'] = $this->router->generate('rapsysair_location'); } //With empty locations title