mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
templates: Eliminate block porticocustomhead and use block.super
(imported from commit 18270ae59d97031a424c416406e685d93829f892)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user