Fix template paths

This commit is contained in:
nemunaire 2014-11-05 17:18:07 +01:00
commit ca7570d908
2 changed files with 4 additions and 4 deletions

View file

@ -65,4 +65,4 @@ catch(ExerciceNotFoundException $e)
return "404";
}
return SALT_ADMIN."/exercice";
return "admin/exercice";