We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a826df commit 3839917Copy full SHA for 3839917
common/jinja2/common/base.library.html
@@ -1029,7 +1029,7 @@ <h6 class="card-subtitle mb-2 text-muted text-center">{{ title }}</h6>
1029
</div>
1030
{% elif style == 'carousel' %}
1031
<div class="d-flex justify-content-center">
1032
- {% if items|selectattr('data_mime')|list %}
+ {% if items|selectattr('thumbnail')|list %}
1033
<div id="{{ id }}" class="carousel slide mt-2 w-75 h-75" data-bs-ride="carousel">
1034
<div class="carousel-indicators">
1035
{% for item in items %}
0 commit comments