Add redirect on our prod/Django DEBUG=False 500 error page.

(imported from commit d23eacefec269b80b15a64feeba9206e08470f33)
This commit is contained in:
Tim Abbott 2013-03-06 12:20:57 -05:00
parent fc59ebbd66
commit 3d02caac79
2 changed files with 7 additions and 0 deletions

View File

@ -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/>

View File

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