fix enable script button (#5375)

This commit is contained in:
gabryon99 2021-05-19 11:39:43 +02:00
parent db58e800b3
commit 5a8da78b37
4 changed files with 49 additions and 47 deletions

View file

@ -157,7 +157,7 @@ local context = {
}
-- print config_list.html template
print(template.gen("pages/edit_configset.html", context))
template.render("pages/edit_configset.template", context)
-- append the menu below the page
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")