mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Add redirect on our prod/Django DEBUG=False 500 error page.
(imported from commit d23eacefec269b80b15a64feeba9206e08470f33)
This commit is contained in:
parent
fc59ebbd66
commit
3d02caac79
@ -2,6 +2,10 @@
|
||||
|
||||
{% block for_you %} isn't feeling too good. {% endblock %}
|
||||
|
||||
{% block porticocustomhead %}
|
||||
<meta http-equiv="refresh" content="60;URL='/'">
|
||||
{% endblock %}
|
||||
|
||||
{% block portico_content %}
|
||||
|
||||
<br/>
|
||||
|
||||
@ -12,6 +12,9 @@ hence the name.
|
||||
{% block customhead %}
|
||||
{% compressed_css 'portico' %}
|
||||
<link href="/static/third/zocial/zocial.css" rel="stylesheet" />
|
||||
{% block porticocustomhead %}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user