X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/8e9a8cfed083ec7e7410aab5aadcae945cdfd9e8..2884b5c8b4514b0e1c0dd0449db2af5be32382b6:/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