templates: Eliminate block porticocustomhead and use block.super

(imported from commit 18270ae59d97031a424c416406e685d93829f892)
This commit is contained in:
Keegan McAllister
2013-03-11 15:48:13 -04:00
parent dd8759acc3
commit d0105dd35d
2 changed files with 2 additions and 4 deletions

View File

@@ -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 %}

View File

@@ -12,9 +12,6 @@ hence the name.
{% block customhead %}
{% compressed_css 'portico' %}
<link href="/static/third/zocial/zocial.css" rel="stylesheet" />
{% block porticocustomhead %}
{% endblock %}
{% endblock %}
{% block content %}