mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Renamed users templates folder to recommended snake_case
This commit is contained in:
parent
6f28029fb8
commit
29e46d5d05
6 changed files with 4 additions and 4 deletions
|
@ -89,7 +89,7 @@ class UserSettingsController extends AbstractController
|
|||
throw new RuntimeException('You do not have any backup codes enabled, therefore you can not view them!');
|
||||
}
|
||||
|
||||
return $this->render('Users/backup_codes.html.twig', [
|
||||
return $this->render('users/backup_codes.html.twig', [
|
||||
'user' => $user,
|
||||
]);
|
||||
}
|
||||
|
@ -380,7 +380,7 @@ class UserSettingsController extends AbstractController
|
|||
* Output both forms
|
||||
*****************************/
|
||||
|
||||
return $this->renderForm('Users/user_settings.html.twig', [
|
||||
return $this->renderForm('users/user_settings.html.twig', [
|
||||
'user' => $user,
|
||||
'settings_form' => $form,
|
||||
'pw_form' => $pw_form,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue