Skip to content

Commit

Permalink
Revert removal of body attributes.
Browse files Browse the repository at this point in the history
Mistakenly removed for testing.
  • Loading branch information
brew committed May 26, 2016
1 parent 28bc9c4 commit 973d8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/base.html
Expand Up @@ -86,7 +86,7 @@
</head>

{# Allows custom attributes to be added to the <body> tag #}
<body{% block bodytag %} {% endblock %}>
<body{% block bodytag %} data-site-root="{{ h.url('/', locale='default', qualified=true) }}" data-locale-root="{{ h.url('/', qualified=true) }}" {% endblock %}>

{#
The page block allows you to add content to the page. Most of the time it is
Expand Down

0 comments on commit 973d8b0

Please sign in to comment.