move the div element outside of the if block

This commit is contained in:
Andreas Zweili 2020-04-30 15:44:24 +02:00
parent ac4be915a1
commit 6effe5fea4
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@
</div>
</div>
{% if device.os or software_relations or backup_relations or license_list or device.host %}
<div class="row">
{% if device.os or software_relations or backup_relations or license_list or device.host %}
<div class="col">
<div class="card mt-3">
<div class="card-body">