diff --git a/ckan/templates/base.html b/ckan/templates/base.html index 82d361cef08..5e582ec18f2 100644 --- a/ckan/templates/base.html +++ b/ckan/templates/base.html @@ -3,7 +3,7 @@ {# Allows custom attributes to be added to the tag #} {%- block htmltag -%} -{% set lang = 'en-gb' %} +{% set lang = h.lang() %} @@ -11,7 +11,7 @@ {%- endblock -%} {# Allows custom attributes to be added to the tag #} - {% block headtag %}{% endblock -%} + {# Append a .js class to the html element #} @@ -78,7 +78,7 @@ {# Allows custom attributes to be added to the tag #} - {%- block bodytag %}{% endblock -%} + {# The page block allows you to add content to the page. Most of the time it is