mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
fox template cxt
This commit is contained in:
@@ -128,7 +128,7 @@ class DataTablesView(View):
|
|||||||
|
|
||||||
# build output
|
# build output
|
||||||
for row in qs[start:limit]:
|
for row in qs[start:limit]:
|
||||||
ctx = {"note": row}
|
ctx = {"row": row}
|
||||||
row = []
|
row = []
|
||||||
for t in self.columns:
|
for t in self.columns:
|
||||||
row.append(self.render_template(request, t[1], ctx))
|
row.append(self.render_template(request, t[1], ctx))
|
||||||
|
|||||||
Reference in New Issue
Block a user