mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 19:28:51 +02:00
Renamed AdminPages/ templates folder to recommended snake_case style
This commit is contained in:
parent
1559b669df
commit
a128f40358
32 changed files with 32 additions and 32 deletions
|
@ -45,7 +45,7 @@ use Symfony\Component\Routing\Annotation\Route;
|
|||
class GroupController extends BaseAdminController
|
||||
{
|
||||
protected string $entity_class = Group::class;
|
||||
protected string $twig_template = 'AdminPages/GroupAdmin.html.twig';
|
||||
protected string $twig_template = 'admin/group_admin.html.twig';
|
||||
protected string $form_class = GroupAdminForm::class;
|
||||
protected string $route_base = 'group';
|
||||
protected string $attachment_class = GroupAttachment::class;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue