diff --git a/templates/bottombar.html b/instances/templates/bottom_bar.html similarity index 100% rename from templates/bottombar.html rename to instances/templates/bottom_bar.html diff --git a/instances/templates/instance.html b/instances/templates/instance.html index 2e8b382..94b3ff4 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -1701,8 +1701,8 @@ - {% if bottom_bar == 'True' %} - {% include 'bottombar.html' %} + {% if bottom_bar %} + {% include 'bottom_bar.html' %} {% endif %} {% endblock %} diff --git a/instances/templates/instances.html b/instances/templates/instances.html index e910798..20ebeae 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -82,9 +82,9 @@