mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 05:23:49 +00:00
Admin: Add country and languages to the admin
This commit is contained in:
@@ -24,6 +24,11 @@ class AdminController extends AbstractController
|
||||
return $this->render('@ChillMain/Admin/index.html.twig');
|
||||
}
|
||||
|
||||
public function indexLanguageCountryAction()
|
||||
{
|
||||
return $this->render('@ChillMain/Admin/layout_language_country.html.twig');
|
||||
}
|
||||
|
||||
public function indexLocationsAction()
|
||||
{
|
||||
return $this->render('@ChillMain/Admin/layout_location.html.twig');
|
||||
|
Reference in New Issue
Block a user