renamed app-specific head block

This commit is contained in:
fonfon 2014-07-30 15:24:18 +03:00
parent 219109511f
commit d73c996547

View File

@ -47,7 +47,7 @@
<!-- CSS from previous Plinth template, not sure what to keep yet -->
{{ css|safe }}
<!-- End Plinth CSS -->
{% block head_extra %}<!-- put module-specific headers here -->{% endblock %}
{% block app_head %}<!-- include app/module-specific static files here -->{% endblock %}
</head>
<body>
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://mozilla.org/firefox">Upgrade to a modern version of Firefox</a> to experience this site.</p><![endif]-->