mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Fix appsettings
This commit is contained in:
parent
bb8f95be14
commit
eda233ada7
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue