diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index 47153b9cf..70b3f0d21 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -15,7 +15,7 @@
{%- for font in font_paths %}
{%- endfor %}
-
+
{% block extra_stylesheets %}
diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py
index c67fa2f6e..621542261 100644
--- a/tests/app/main/views/test_index.py
+++ b/tests/app/main/views/test_index.py
@@ -233,7 +233,7 @@ def test_css_is_served_from_correct_path(client_request):
page.select('link[rel=stylesheet]')
):
assert link['href'].startswith([
- 'https://static.example.com/css/styles.css?',
+ # 'https://static.example.com/css/styles.css?',
'https://static.example.com/stylesheets/main.css?',
'https://static.example.com/stylesheets/print.css?',
][index])