diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index fff12c1e8..071396575 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -41,7 +41,7 @@ Blocks: {# Top menu #} - + {# Nav menu toggle #} @@ -105,7 +105,7 @@ Blocks: {# Page body #} {% block page %} - + {# Page content #} {% block content %}{% endblock %} @@ -124,7 +124,7 @@ Blocks: {# Page footer #}