misc: add css class to placeholder with flex grid (#65145)

This commit is contained in:
Frédéric Péters 2022-05-11 20:54:05 +02:00
parent 443c5a24a6
commit 8f7a50217d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% load i18n %}
{% if render %}
{% if outer_tag %}<{{outer_tag|default:"div"}} class="combo-placeholder combo-placeholder--{{ placeholder.key }}">{% endif %}
{% if placeholder_options.fx_grid_layout %}<div class="{{ placeholder_options.fx_grid_layout }}">{% endif %}
{% if placeholder_options.fx_grid_layout %}<div class="combo-placeholder--fx-grid {{ placeholder_options.fx_grid_layout }}">{% endif %}
{% if render_skeleton %}
{{ skeleton }}
{% endif %}