Skip to content

Commit

Permalink
Fix empty appearance settings
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
  • Loading branch information
liviuconcioiu committed Mar 17, 2023
1 parent 3a4f7c6 commit f7f7e63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/home/index.twig
Expand Up @@ -88,6 +88,7 @@
</div>
{% endif %}

{% if available_languages is not empty or has_theme_manager %}
<div class="card mt-4">
<div class="card-header">
{% trans 'Appearance settings' %}
Expand Down Expand Up @@ -148,6 +149,7 @@
{% endif %}
</ul>
</div>
{% endif %}
</div>

<div class="col-lg-5 col-12">
Expand Down

0 comments on commit f7f7e63

Please sign in to comment.