From 4f37556db0de6e95ea8218c264294848c90eff24 2017-12-01 01:22:42 From: James Polley Date: 2017-12-01 01:22:42 Subject: [PATCH] Only copy visible columns on attendee reports Also, add the ability to choose which columns are visible. --- diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html index 90aa90222747aefd0341b9f60a117aca2c45bc76..a826496c94a2f4744e5a441f12b37d4ea7f2ef34 100644 --- a/pinaxcon/templates/registrasion/report.html +++ b/pinaxcon/templates/registrasion/report.html @@ -50,17 +50,26 @@ {% endblock %} {% block extra_script %} - - + - + + {% endblock %}