From e8fca86c79f67934f42463d0aab201623841339b Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Wed, 30 May 2012 12:10:45 +0100 Subject: [PATCH] [2474] Fix bug with title block in base Jinja template --- ckan/templates/base.jinja.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ckan/templates/base.jinja.html b/ckan/templates/base.jinja.html index 55bedab4c0b..4cc21486b64 100644 --- a/ckan/templates/base.jinja.html +++ b/ckan/templates/base.jinja.html @@ -31,7 +31,8 @@ {% block title %}My Subtitle - {{ super() }}{% endblock %} #} - {% block title %}CKAN{% title %} + {% block title %}CKAN{% endblock %} + {# The links block allows you to add additonal content before the stylesheets