From d73c996547939ff7c915187e145154cd2513156d Mon Sep 17 00:00:00 2001 From: fonfon Date: Wed, 30 Jul 2014 15:24:18 +0300 Subject: [PATCH] renamed app-specific head block --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 5015b4c37..605f98dae 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,7 +47,7 @@ {{ css|safe }} - {% block head_extra %}{% endblock %} + {% block app_head %}{% endblock %}