From 3d02caac796a64e90ba6cde35a4f87ff2525dd2d Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 6 Mar 2013 12:20:57 -0500 Subject: [PATCH] Add redirect on our prod/Django DEBUG=False 500 error page. (imported from commit d23eacefec269b80b15a64feeba9206e08470f33) --- templates/500.html | 4 ++++ templates/zephyr/portico.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/templates/500.html b/templates/500.html index 81197c35b3..3cddc09af1 100644 --- a/templates/500.html +++ b/templates/500.html @@ -2,6 +2,10 @@ {% block for_you %} isn't feeling too good. {% endblock %} +{% block porticocustomhead %} + +{% endblock %} + {% block portico_content %}
diff --git a/templates/zephyr/portico.html b/templates/zephyr/portico.html index 0f1c5c4727..5d85e4a75c 100644 --- a/templates/zephyr/portico.html +++ b/templates/zephyr/portico.html @@ -12,6 +12,9 @@ hence the name. {% block customhead %} {% compressed_css 'portico' %} + {% block porticocustomhead %} + + {% endblock %} {% endblock %} {% block content %}