Fix appsettings

This commit is contained in:
Real-Gecko
2020-06-17 15:23:44 +06:00
parent bb8f95be14
commit eda233ada7
2 changed files with 2 additions and 2 deletions

View File

@@ -1704,7 +1704,7 @@
</div>
</div>
{% if bottom_bar %}
{% if app_settings.VIEW_INSTANCE_DETAIL_BOTTOM_BAR == 'True' %}
{% include 'bottom_bar.html' %}
{% endif %}