fox template cxt

This commit is contained in:
Aaron Kable
2026-01-08 17:58:10 +08:00
parent de43114681
commit fb7ae95a8a

View File

@@ -128,7 +128,7 @@ class DataTablesView(View):
# build output
for row in qs[start:limit]:
ctx = {"note": row}
ctx = {"row": row}
row = []
for t in self.columns:
row.append(self.render_template(request, t[1], ctx))