From 9b888ab4c94feb1254ba6369dcf6bbad7087459c Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 13 Sep 2016 19:06:59 +1000 Subject: [PATCH] Updates reporting template to match new API --- pinaxcon/templates/registrasion/report.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html index a760618..8dc724a 100644 --- a/pinaxcon/templates/registrasion/report.html +++ b/pinaxcon/templates/registrasion/report.html @@ -23,14 +23,11 @@ {{ heading }} {% endfor %} - {% for line in report.data %} + {% for line in report.rows %} {% for item in line %} - {% if report.link_view and forloop.counter0 == 0 %} - - {% endif %} - {{ item }} + {{ item|safe }} {% endfor %}