mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 07:36:20 +01:00
fox template cxt
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user