From b6222c5eba3a1b74a28c06bad13b5fb2e8ec5e67 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Fri, 2 Sep 2016 11:06:46 +1000 Subject: [PATCH] Changes to report.html --- pinaxcon/templates/registrasion/report.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pinaxcon/templates/registrasion/report.html b/pinaxcon/templates/registrasion/report.html index bca0d20..03232f0 100644 --- a/pinaxcon/templates/registrasion/report.html +++ b/pinaxcon/templates/registrasion/report.html @@ -6,11 +6,13 @@

{{ title }}

-
- {{ form | bootstrap}} -
- -
+ {% if form %} +
+ {{ form | bootstrap}} +
+ +
+ {% endif %}
@@ -22,7 +24,12 @@ {% for line in report.data %} {% for item in line %} - + {% endfor %} {% endfor %}
{{ item }} + {% if report.link_view and forloop.counter0 == 0 %} + + {% endif %} + {{ item }} +