diff --git a/r2/r2/templates/usertableitem.html b/r2/r2/templates/usertableitem.html index c973c2f33..b0654623e 100644 --- a/r2/r2/templates/usertableitem.html +++ b/r2/r2/templates/usertableitem.html @@ -26,7 +26,10 @@ %for cell in thing.cells: - ${cell_type(cell)} + <% + thing.name = cell + %> + ${cell_type()} %endfor