Move datatable.template

This commit is contained in:
Alfredo Cardigliano 2021-11-23 18:19:34 +01:00
parent 184ec3dc80
commit 0bbcdd70db
2 changed files with 1 additions and 1 deletions

View file

@ -686,7 +686,7 @@ local context = {
}
}
template_utils.render("pages/datatable.template", context)
template_utils.render("pages/components/datatable.template", context)
-- append the menu down below the page
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")