diff --git a/instances/templates/bottom_bar.html b/instances/templates/bottom_bar.html new file mode 100644 index 0000000..0678129 --- /dev/null +++ b/instances/templates/bottom_bar.html @@ -0,0 +1,31 @@ +{% load i18n %} + +
diff --git a/instances/templates/instance.html b/instances/templates/instance.html index f644e5a..a93dbf8 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -4,37 +4,6 @@ {% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %} {% block content %} {% include 'pleasewaitdialog.html' %} - {% if bottom_bar %} - - {% endif %}