diff --git a/wagtail/project_template/project_name/templates/base.html b/wagtail/project_template/project_name/templates/base.html
index 5ddfd5f9a..76c7680ac 100644
--- a/wagtail/project_template/project_name/templates/base.html
+++ b/wagtail/project_template/project_name/templates/base.html
@@ -1,4 +1,4 @@
-{% templatetag openblock %} load compress static wagtailuserbar {% templatetag closeblock %}
+{% templatetag openblock %} load static wagtailuserbar {% templatetag closeblock %}
@@ -12,11 +12,11 @@
- {# Global stylesheets #}
+ {% templatetag opencomment %} Global stylesheets {% templatetag closecomment %}
{% templatetag openblock %} block extra_css {% templatetag closeblock %}
- {# Override this in templates to add extra stylesheets #}
+ {% templatetag opencomment %} Override this in templates to add extra stylesheets {% templatetag closecomment %}
{% templatetag openblock %} endblock {% templatetag closeblock %}
@@ -25,11 +25,11 @@
{% templatetag openblock %} block content {% templatetag closeblock %}{% templatetag openblock %} endblock {% templatetag closeblock %}
- {# Global javascript #}
+ {% templatetag opencomment %} Global javascript {% templatetag closecomment %}
{% templatetag openblock %} block extra_js {% templatetag closeblock %}
- {# Override this in templates to add extra javascript #}
+ {% templatetag opencomment %} Override this in templates to add extra javascript {% templatetag closecomment %}
{% templatetag openblock %} endblock {% templatetag closeblock %}