Skip to content

Commit

Permalink
templates: Eliminate block porticocustomhead and use block.super
Browse files Browse the repository at this point in the history
(imported from commit 18270ae59d97031a424c416406e685d93829f892)
  • Loading branch information
Keegan McAllister committed Mar 11, 2013
1 parent dd8759a commit d0105dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

{% block for_you %} isn't feeling too good. {% endblock %}

{% block porticocustomhead %}
{% block customhead %}
{{ block.super }}
<meta http-equiv="refresh" content="60;URL='/'">
{% endblock %}

Expand Down
3 changes: 0 additions & 3 deletions templates/zephyr/portico.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
{% block customhead %}
{% compressed_css 'portico' %}
<link href="/static/third/zocial/zocial.css" rel="stylesheet" />
{% block porticocustomhead %}

{% endblock %}
{% endblock %}

{% block content %}
Expand Down

0 comments on commit d0105dd

Please sign in to comment.