Skip to content

Commit

Permalink
[#1115] Change block names within child template and not parent as it…
Browse files Browse the repository at this point in the history
… could cause block extension issues
  • Loading branch information
johnmartin authored and amercader committed Jul 31, 2013
1 parent 8528789 commit 03db2fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% block header %}
{% block header_wrapper %}
{% block header_account %}
<header class="account-masthead">
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
making sitewide header changes it is preferable to override the header.html
file.
#}
{%- block header_wrapper %}
{%- block header %}
{% include "header.html" %}
{% endblock -%}

Expand Down

0 comments on commit 03db2fc

Please sign in to comment.