fix templates
This commit is contained in:
parent
a320775113
commit
ac3879dc82
@ -45,9 +45,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</table>
|
</table>
|
||||||
{% if request.abichecks[0].reports %}
|
{% if check.reports %}
|
||||||
<h3>Detailed Reports</h3>
|
<h3>Detailed Reports</h3>
|
||||||
{% for check in request.abichecks %}
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -75,7 +74,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if request.log %}
|
{% if request.log %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user