From 4f37556db0de6e95ea8218c264294848c90eff24 Mon Sep 17 00:00:00 2001 From: James Polley Date: Fri, 1 Dec 2017 12:22:42 +1100 Subject: [PATCH] Only copy visible columns on attendee reports Also, add the ability to choose which columns are visible. --- pinaxcon/templates/registrasion/report.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html index 90aa9022..a826496c 100644 --- a/pinaxcon/templates/registrasion/report.html +++ b/pinaxcon/templates/registrasion/report.html @@ -50,17 +50,26 @@ {% endblock %} {% block extra_script %} - - + - + + {% endblock %}