From 9b888ab4c94feb1254ba6369dcf6bbad7087459c 2016-09-13 09:06:59 From: Christopher Neugebauer Date: 2016-09-13 09:06:59 Subject: [PATCH] Updates reporting template to match new API --- diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html index a76061883d757dac0cd292961bccec5cc39411b9..8dc724ad0a2489f29d17d1f6e2cbf251a7a6d135 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 %}