mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
Fix appsettings
This commit is contained in:
@@ -15,4 +15,4 @@ def get_settings():
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
for entry in entries:
|
for entry in entries:
|
||||||
setattr(app_settings, entry.key, entry.val)
|
setattr(app_settings, entry.key, entry.value)
|
||||||
|
|||||||
@@ -1704,7 +1704,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if bottom_bar %}
|
{% if app_settings.VIEW_INSTANCE_DETAIL_BOTTOM_BAR == 'True' %}
|
||||||
{% include 'bottom_bar.html' %}
|
{% include 'bottom_bar.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user