Admin: Add country and languages to the admin

This commit is contained in:
nobohan
2022-05-02 16:51:41 +02:00
parent f917be0958
commit 4c99abd6d3
19 changed files with 318 additions and 6 deletions

View File

@@ -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');