mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 10:03:56 +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 for_you %} isn't feeling too good. {% endblock %}
|
||||||
|
|
||||||
{% block porticocustomhead %}
|
{% block customhead %}
|
||||||
|
{{ block.super }}
|
||||||
<meta http-equiv="refresh" content="60;URL='/'">
|
<meta http-equiv="refresh" content="60;URL='/'">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,6 @@ hence the name.
|
|||||||
{% block customhead %}
|
{% block customhead %}
|
||||||
{% compressed_css 'portico' %}
|
{% compressed_css 'portico' %}
|
||||||
<link href="/static/third/zocial/zocial.css" rel="stylesheet" />
|
<link href="/static/third/zocial/zocial.css" rel="stylesheet" />
|
||||||
{% block porticocustomhead %}
|
|
||||||
|
|
||||||
{% endblock %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user