Skip to content

Commit

Permalink
Fix: Template syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 10, 2021
1 parent 7ff14db commit 13b368d
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="row row-cols-1 row-cols-lg-3">
{% for automation, errors in automations.items %}
<div class="col mb-3">

<div class="card border-danger h-100">
<h5 class="card-header bg-danger">{{ automation.verbose_name }}</h5>
<ul class="list-group list-group-flush">
Expand All @@ -15,9 +14,7 @@ <h5 class="card-header bg-danger">{{ automation.verbose_name }}</h5>
</ul>
</div>

{% endif %}
</div>
{% endfor %}
</div>
{% endif %}
{% endfor %}
</div>
{% endspaceless %}

0 comments on commit 13b368d

Please sign in to comment.