Skip to content

Commit

Permalink
[2474] Fix bug with title block in base Jinja template
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 30, 2012
1 parent d11642f commit e8fca86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/templates/base.jinja.html
Expand Up @@ -31,7 +31,8 @@
{% block title %}My Subtitle - {{ super() }}{% endblock %}

#}
<title>{% block title %}CKAN{% title %}</title>
<title>{% block title %}CKAN{% endblock %}</title>


{#
The links block allows you to add additonal content before the stylesheets
Expand Down

0 comments on commit e8fca86

Please sign in to comment.