Fix template paths
This commit is contained in:
parent
76269a821d
commit
ca7570d908
2 changed files with 4 additions and 4 deletions
|
|
@ -65,4 +65,4 @@ catch(ExerciceNotFoundException $e)
|
|||
return "404";
|
||||
}
|
||||
|
||||
return SALT_ADMIN."/exercice";
|
||||
return "admin/exercice";
|
||||
|
|
|
|||
Reference in a new issue