stability fixes, better template support

This commit is contained in:
2024-03-16 14:41:36 +00:00
parent 066e6d2a09
commit 994389b8ef
9 changed files with 50 additions and 38 deletions

View File

@@ -202,7 +202,7 @@ func Post(r *http.Request) *web.Response {
return web.HTML(
http.StatusOK,
html,
"items/entity-row.html",
"items/entity-add-success.html",
item,
nil,
)