From ac3879dc825ab0b3536134df668f705b46c4967e Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 8 Jun 2015 14:53:17 +0200 Subject: [PATCH] fix templates --- abichecker/templates/request.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/abichecker/templates/request.html b/abichecker/templates/request.html index fb46e1a6..9d881568 100644 --- a/abichecker/templates/request.html +++ b/abichecker/templates/request.html @@ -45,9 +45,8 @@ {% endif %} - {% if request.abichecks[0].reports %} + {% if check.reports %}

Detailed Reports

- {% for check in request.abichecks %} @@ -75,7 +74,6 @@ {% endfor %}
- {% endfor %} {% endif %} {% endfor %} {% if request.log %}